How to register a service provider via composer in laravel?
Answer / Rahul Kardam
Create a new class that extends BaseServiceProvider, then register it in the providers array in your config/app.php file and run `composer dump-autoload`.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of laravel framework?
How can you display html with blade in laravel?
How auth is used?
How to use skip() and take() in laravel query?
What do you understand by orm?
What is antiforgerytoken mvc5?
When laravel was launched?
What is trait in laravel?
What is Named Routes.
What is route parameters in laravel?
How do I setup localization for an application?
What do you mean by composer?