Explain dependency injection?



Explain dependency injection?..

Answer / Narendra Kumar Jaysal

Dependency Injection is a design pattern that allows a class to receive its dependencies rather than creating them internally. Laravel uses Dependency Injection to manage the dependencies between objects in your application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is a flush() ?

1 Answers  


Explain the concept of contracts in laravel.

1 Answers  


Who are Manually Authenticating Users in Laravel ?

2 Answers  


What are the requirements to install valet?

1 Answers  


What is package in laravel? Name some laravel packages?

1 Answers  


What does orm stand for?

1 Answers  


Explain about laravel project?

1 Answers  


What is laravel?

1 Answers  


Explain how to share your homestead with others?

1 Answers  


Explain the difference between laravel and codeigniter?

1 Answers  


Explain some benefits of laravel over other php frameworks.

1 Answers  


What are the main differences between laravel 4 and laravel 5.x?

1 Answers  


Categories