PHP Class Devise\Support\Console\DevisePublishAssetsCommand

Inheritance: extends Command
Show file Open project: devisephp/cms Class Usage Examples

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 ) [__construct description]
handle ( ) Run the package migrations.

Protected Methods

Method Description
copyErrorViewsToApplication ( ) : void Copies the error pages over to the application
copyHomepageViewToApplication ( ) : void Copies the homepage view to the application if this file doesn't already exist
copyPublicAssets ( ) : void Copies the public assets over to the application

Method Details

__construct() public method

[__construct description]
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

copyErrorViewsToApplication() protected method

Copies the error pages over to the application
protected copyErrorViewsToApplication ( ) : void
return void

copyHomepageViewToApplication() protected method

Copies the homepage view to the application if this file doesn't already exist
protected copyHomepageViewToApplication ( ) : void
return void

copyPublicAssets() protected method

Copies the public assets over to the application
protected copyPublicAssets ( ) : void
return void

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