Laravel PHP Developer Question:
Download Questions PDF

Tell us what Are Bundles, reverse Routing And The Ioc Container?

Laravel PHP Developer Interview Question
Laravel PHP Developer Interview Question

Answer:

☛ Bundles: These are small functionality which you may download to add to your web application.
☛ Reverse Routing: This allows you to change your routes and application will update all of the relevant links as per this link.
☛ IoC container: It gives you Control gives you a method for generating new objects and optionally instantiating and referencing singletons.

Download Laravel PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
List Types of the relationships supported by Laravel?Explain me what directories that need to be writable laravel installation?