PHP Class Nwidart\Modules\Providers\ConsoleServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$commands array The available commands
$defer

Public Methods

Method Description
provides ( ) : array
register ( ) Register the commands.

Method Details

provides() public method

public provides ( ) : array
return array

register() public method

Register the commands.
public register ( )

Property Details

$commands protected property

The available commands
protected array $commands
return array

$defer protected property

protected $defer