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/b7f61875-e67d-439b-ba0d-27eae6b94528

You can also get here with laravel-quizzes.com