PHP Class Devise\Support\Console\DeviseCacheCommand

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.
$name Name of the command.

Public Methods

Method Description
__construct ( Illuminate\Container\Container $app ) Setup the application container as we'll need this for running migrations.
handle ( ) Run the package migrations.

Method Details

__construct() public method

Setup the application container as we'll need this for running migrations.
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

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

$name protected property

Name of the command.
protected $name