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 |
protected copyAssets ( ) : void | ||
return | void |
protected copyCommand ( ) : string | ||
return | string |
protected deleteManifest ( ) : void | ||
return | void |
protected deleteTree ( string $dir ) : boolean | ||
$dir | string | Base directory |
return | boolean |