PHP 클래스 Devise\Support\Console\DevisePublishAssetsCommand

상속: extends Command
파일 보기 프로젝트 열기: devisephp/cms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$description Necessary to let people know, in case the name wasn't clear enough.
$name Name of the command.

공개 메소드들

메소드 설명
__construct ( Illuminate\Container\Container $app ) [__construct description]
handle ( ) Run the package migrations.

보호된 메소드들

메소드 설명
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

메소드 상세

__construct() 공개 메소드

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

copyErrorViewsToApplication() 보호된 메소드

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

copyHomepageViewToApplication() 보호된 메소드

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

copyPublicAssets() 보호된 메소드

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

handle() 공개 메소드

Run the package migrations.
public handle ( )

프로퍼티 상세

$description 보호되어 있는 프로퍼티

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

$name 보호되어 있는 프로퍼티

Name of the command.
protected $name