Methods summary
public
|
#
publish( string $bundle )
Publish a bundle's assets to the public directory.
Publish a bundle's assets to the public directory.
Parameters
|
public
|
#
unpublish( string $bundle )
Delete a bundle's assets from the public directory
Delete a bundle's assets from the public directory
Parameters
|
protected
|
#
move( string $source, string $destination )
Copy the contents of a bundle's assets to the public folder.
Copy the contents of a bundle's assets to the public folder.
Parameters
- $source
string $source
- $destination
string $destination
|
protected
string
|
#
to( string $bundle )
Get the "to" location of the bundle's assets.
Get the "to" location of the bundle's assets.
Parameters
Returns
string
|
protected
string
|
#
from( string $bundle )
Get the "from" location of the bundle's assets.
Get the "from" location of the bundle's assets.
Parameters
Returns
string
|