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 homestead.yaml?
Laravle supports which databases?
Explain elixir in laravel?
Do you know what is php artisan.
How to work with Database in Laravel ?
What is escape string?
Explain collections in laravel.
What is the function of die?
How facades are different from dependency injection?
What do you maen by method spoofing in laravel 5?
What is laravel 5?
How to clear cache in laravel?