PHP 클래스 Encore\Admin\Commands\InstallCommand

상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: z-song/laravel-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$directory string
$name string The console command name.

공개 메소드들

메소드 설명
createAdministratorController ( ) : void Create AdministratorController.
createAuthController ( ) : void Create AuthController.
createExampleController ( ) : void Create HomeController.
createHomeController ( ) : void Create HomeController.
fire ( ) : void Execute the console command.
publishDatabase ( ) : void Create tables and seed it.

보호된 메소드들

메소드 설명
copyLanguageFiles ( ) : void Copy language files to admin directory.
createMenuFile ( ) : void Create menu file.
createRoutesFile ( ) : void Create routes file.
getStub ( $name ) : string Get stub contents.
initAdminDirectory ( ) : void Initialize the admin directory.
makeDir ( string $path = '' ) Make new directory.

메소드 상세

copyLanguageFiles() 보호된 메소드

Copy language files to admin directory.
protected copyLanguageFiles ( ) : void
리턴 void

createAdministratorController() 공개 메소드

Create AdministratorController.

createAuthController() 공개 메소드

Create AuthController.
public createAuthController ( ) : void
리턴 void

createExampleController() 공개 메소드

Create HomeController.
public createExampleController ( ) : void
리턴 void

createHomeController() 공개 메소드

Create HomeController.
public createHomeController ( ) : void
리턴 void

createMenuFile() 보호된 메소드

Create menu file.
protected createMenuFile ( ) : void
리턴 void

createRoutesFile() 보호된 메소드

Create routes file.
protected createRoutesFile ( ) : void
리턴 void

fire() 공개 메소드

Execute the console command.
public fire ( ) : void
리턴 void

getStub() 보호된 메소드

Get stub contents.
protected getStub ( $name ) : string
$name
리턴 string

initAdminDirectory() 보호된 메소드

Initialize the admin directory.
protected initAdminDirectory ( ) : void
리턴 void

makeDir() 보호된 메소드

Make new directory.
protected makeDir ( string $path = '' )
$path string

publishDatabase() 공개 메소드

Create tables and seed it.
public publishDatabase ( ) : void
리턴 void

프로퍼티 상세

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

The console command description.
protected string $description
리턴 string

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

protected string $directory
리턴 string

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

The console command name.
protected string $name
리턴 string