PHP Class Devise\Support\Console\DevisePublishConfigsCommand

Inheritance: extends Command
Show file Open project: devisephp/cms

Protected Properties

Property Type Description
$description Necessary to let people know, in case the name wasn't clear enough.
$emptyTargets Config files that will be emptied
$name Name of the command.

Public Methods

Method Description
handle ( ) Run the package migrations.

Method Details

handle() public method

Run the package migrations.
public handle ( )

Property Details

$description protected property

Necessary to let people know, in case the name wasn't clear enough.
protected $description

$emptyTargets protected property

Config files that will be emptied
protected $emptyTargets

$name protected property

Name of the command.
protected $name