Commands.app

php artisan make:provider

Code Generation

Create a new service provider class

Examples
Common usage examples

Create a service provider

php artisan make:provider PaymentServiceProvider
Notes
  • Register in config/app.php providers array
  • Use for binding services into container