Quizzes: Laravel • Architecture Concepts • Service Container
Given the following code, what will be the expected behavior?
11 Remaining
1$this->app->when(PhotoController::class)2 ->needs(Filesystem::class)3 ->give(function () {4 return Storage::disk('local');5 });
Tip: Carefully read the questions, I may be trying to trip you up with key words or phrases.
Permalink: https://rappasoft.com/quizzes/laravel/service-container/0120f5f5-fd38-42bb-a72b-18bfb202513c
You can also get here with laravel-quizzes.com