How to register a service provider via composer in laravel?
Answer Posted / 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 |
Post New Answer View All Answers