PHP Class Nwidart\Modules\Providers\ConsoleServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: nwidart/laravel-modules

Protected Properties

Свойство Type Description
$commands array The available commands
$defer

Méthodes publiques

Méthode Description
provides ( ) : array
register ( ) Register the commands.

Method Details

provides() public méthode

public provides ( ) : array
Résultat array

register() public méthode

Register the commands.
public register ( )

Property Details

$commands protected_oe property

The available commands
protected array $commands
Résultat array

$defer protected_oe property

protected $defer