What service provider’s register method does?



What service provider’s register method does?..

Answer / Naresh Pal Singh

The register method of a Laravel service provider is responsible for registering bindings, events, listeners, and other application services.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How secure is laravel?

1 Answers  


What is ioc container in laravel?

1 Answers  


How to change your default database type in laravel?

1 Answers  


What is the use of dd() function?

1 Answers  


How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?

1 Answers  


What is auth :: routes ();?

1 Answers  


What do you maen by method spoofing in laravel 5?

1 Answers  


Describe laravel service provider?

1 Answers  


Tell us what are advantages of laravel?

1 Answers  


What are cookies? How to get, set, distroy cookies in laravel?

1 Answers  


Tell me how would you add a 3rd party package like sentry?

1 Answers  


How to turn off crsf protection for specific route in laravel?

1 Answers  


Categories