프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$signature | string | The console command signature. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new command instance. | |
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
createParentDirectory ( string $directory ) : void | Create the directory to house the published files if needed. | |
publishDirectory ( string $from, string $to ) : void | Publish the directory to the given directory. | |
publishFile ( string $from, string $to ) : void | Publish the file to the given path. | |
status ( string $from, string $to, string $type ) : void | Write a status message to the console. |
메소드 | 설명 | |
---|---|---|
publishTag ( string $tag ) : mixed | Publishes the assets for a tag. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
리턴 | void |
protected createParentDirectory ( string $directory ) : void | ||
$directory | string | |
리턴 | void |
protected Filesystem,Illuminate\Filesystem $files | ||
리턴 | Illuminate\Filesystem\Filesystem |