ServiceProvider
class ServiceProvider (View source)
Methods
void __construct(Application $app) Create a new service provider instance. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. void commands(array|mixed $commands) Register the package's custom Artisan commands. array provides() Get the services provided by the provider. array when() Get the events that trigger this service provider to register. bool isDefe