PHP Class App\Console\Commands\PluginInstall

Inheritance: extends PluginCommand
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$description string The console command description.
$signature string php artisan plugin:install [--no-activate] []

Public Methods

Method Description
__construct ( ) Create a new controller creator command instance.
fire ( PluginHandler $handler, PluginProvider $provider, ComposerFileWriter $writer ) : boolean | null Execute the console command.

Method Details

__construct() public method

Create a new controller creator command instance.
public __construct ( )

fire() public method

Execute the console command.
public fire ( PluginHandler $handler, PluginProvider $provider, ComposerFileWriter $writer ) : boolean | null
$handler Xpressengine\Plugin\PluginHandler
$provider Xpressengine\Plugin\PluginProvider
$writer Xpressengine\Plugin\Composer\ComposerFileWriter
return boolean | null

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

php artisan plugin:install [--no-activate] []
protected string $signature
return string