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: You can also get here with laravel-quizzes.com
Permalink: https://rappasoft.com/quizzes/laravel/architecture-concepts/b43709e2-671a-48a4-ab63-51308f8ac7c0
You can also get here with laravel-quizzes.com