프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | ||
$name | string | The console command name. | |
$publishPath |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files, string $publishPath ) | Create a new Publish command | |
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
copyElfinderFiles ( $destination ) : boolean | Copy specific directories from elFinder to their destination | |
getElfinderPath ( ) : string | Find the elFinder path from the vendor dir. | |
getPath ( ) | Get the path of the public folder, to merge with the elFinder folders. |
public __construct ( Illuminate\Filesystem\Filesystem $files, string $publishPath ) | ||
$files | Illuminate\Filesystem\Filesystem | |
$publishPath | string |
protected copyElfinderFiles ( $destination ) : boolean | ||
$destination | ||
리턴 | boolean |
protected getElfinderPath ( ) : string | ||
리턴 | string |
protected getPath ( ) |
protected Filesystem,Illuminate\Filesystem $files | ||
리턴 | Illuminate\Filesystem\Filesystem |