Anvil
Anvil - The mobile companion for Laravel Forge. Available now. Download for iOS

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 });
Given the following code, what will be the expected behavior?
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/dc892b14-db38-4f52-a41c-4b3ba04d5743

You can also get here with laravel-quizzes.com