PHP Class Efficiently\Larasset\Commands\AssetsCommand

Inheritance: extends BaseCommand
Datei anzeigen Open project: efficiently/larasset Class Usage Examples

Protected Methods

Method Description
copyAssets ( ) : void Copy all asset files in the current Laravel application 'public/assets' folder
copyCommand ( ) : string Returns the copy comment specific to your OS
copyOptions ( )
deleteManifest ( ) : void Delete Manifest file(s) in the application's assets path
deleteTree ( string $dir ) : boolean Delete recursively a tree of folders Source: http://www.php.net/manual/fr/function.rmdir.php#110489

Method Details

copyAssets() protected method

Copy all asset files in the current Laravel application 'public/assets' folder
protected copyAssets ( ) : void
return void

copyCommand() protected method

Returns the copy comment specific to your OS
protected copyCommand ( ) : string
return string

copyOptions() protected method

protected copyOptions ( )

deleteManifest() protected method

Delete Manifest file(s) in the application's assets path
protected deleteManifest ( ) : void
return void

deleteTree() protected method

Delete recursively a tree of folders Source: http://www.php.net/manual/fr/function.rmdir.php#110489
protected deleteTree ( string $dir ) : boolean
$dir string Base directory
return boolean