What is the role of service provider?
Answer / Manu Sharma
Service providers in Laravel are classes that get registered during the application's boot process. They are used to bind interfaces to implementations, register facades, and perform other application-wide tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the Writing Gates and Policies ?
Tell me how to use insert statement in laravel?
Explain binding a singleton?
What are macros in laravel?
How to run a php file in laravel?
What permissions are required to be on storage and the bootstrap/cache directories to run laravel?
How to clear complete cache in laravel?
What do you mean by reverse routing in laravel 5?
What is use of middleware in laravel?
How to check ajax request in laravel?
What is meant by Laravel - Encryption ?
What is a Retrieving Input ?