PHP Class Efficiently\Larasset\Commands\SetupAssetsCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: efficiently/larasset

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
fire ( ) : void Execute the console command.

Private Methods

Method Description
xcopy ( $source, $dest )

Method Details

fire() public method

Execute the console command.
public fire ( ) : void
return void

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string