How do you register service providers?



How do you register service providers?..

Answer / Niharika Shrivastava

You can register service providers in Laravel PHP Framework by adding a new provider class to the `providers` array in the `composer.json` file or by using the `Artisan make:provider` command.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain binding a singleton?

1 Answers  


What is the use of fillable in laravel?

1 Answers  


How to install laravel?

1 Answers  


How to make a custom validation rule in laravel?

1 Answers  


What is x-xsrf-token?

1 Answers  


What is route parameters in laravel?

1 Answers  


What is tinker in laravel?

1 Answers  


List some default packages provided by laravel 5.6?

1 Answers  


Is laravel support caching? Explain

1 Answers  


How to share sites with external world on valet?

1 Answers  


How to get Retrieving the Request URI ?

2 Answers  


How to Deleting Session Data in Laravel ?

2 Answers  


Categories