Quizzes: Laravel • Architecture Concepts
Given the following code, what will be the expected behavior?
28 Remaining
1$this->app->when(PhotoController::class)2 ->needs(Filesystem::class)3 ->give(function () {4 return Storage::disk('local');5 });
Tip: 5,381 quizzes have already been completed with an average score of 62!
Permalink: https://rappasoft.com/quizzes/laravel/architecture-concepts/4db92b81-1d7d-47b7-a6a1-8e629a906633
You can also get here with laravel-quizzes.com