Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$signature | string | The console command signature. |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new command instance. | |
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
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. |
Method | Description | |
---|---|---|
publishTag ( string $tag ) : mixed | Publishes the assets for a tag. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
return | void |
protected createParentDirectory ( string $directory ) : void | ||
$directory | string | |
return | void |
protected string $description | ||
return | string |
protected Filesystem,Illuminate\Filesystem $files | ||
return | Illuminate\Filesystem\Filesystem |
protected string $signature | ||
return | string |