PHP Class App\Console\Commands\PluginComposerSync

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:sync-composer

Public Methods

Method Description
__construct ( ) Create a new controller creator command instance.
fire ( 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 ( ComposerFileWriter $writer ) : boolean | null
$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:sync-composer
protected string $signature
return string