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: Incomplete tests older than 7 days will be deleted. Completed tests are available forever.
Permalink: https://rappasoft.com/quizzes/laravel/service-container/643ab0c9-80f7-43af-bfd0-4519f743b532
You can also get here with laravel-quizzes.com