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: Documentation links and some explanations will appear when you complete the quiz.
Permalink: https://rappasoft.com/quizzes/laravel/architecture-concepts/54074145-29ba-463d-af93-427102cdcdd4
You can also get here with laravel-quizzes.com