PHP Class JeroenG\Packager\PackagerServiceProvider

Place the line below in the providers array inside app/config/app.php 'JeroenG\Packager\PackagerServiceProvider',
Author: JeroenG
Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: jeroen-g/laravel-packager

Protected Properties

Свойство Type Description
$commands boolean The console commands.
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the command.

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the command.
public register ( ) : void
Résultat void

Property Details

$commands protected_oe property

The console commands.
protected bool $commands
Résultat boolean

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean