Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Laravel quizzes / In progress

Laravel

Architecture Concepts / Service Container

Current question

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: 5,489 quizzes have already been completed with an average score of 62!