Methods summary
public
|
|
public
|
#
install( array $bundles )
Install the given bundles into the application.
Install the given bundles into the application.
Parameters
|
public
|
#
uninstall( array $bundles )
Uninstall the given bundles from the application.
Uninstall the given bundles from the application.
Parameters
|
public
|
#
upgrade( array $bundles )
Upgrade the given bundles for the application.
Upgrade the given bundles for the application.
Parameters
|
protected
array
|
#
get( array $bundles )
Gather all of the bundles from the bundle repository.
Gather all of the bundles from the bundle repository.
Parameters
Returns
array
|
public
|
#
publish( array $bundles )
Publish bundle assets to the public directory.
Publish bundle assets to the public directory.
Parameters
|
public
|
#
unpublish( array $bundles )
Delete bundle assets from the public directory.
Delete bundle assets from the public directory.
Parameters
|
protected
|
#
download( string $bundle, string $path )
Install a bundle using a provider.
Install a bundle using a provider.
Parameters
- $bundle
string $bundle
- $path
string $path
|
protected
array
|
#
retrieve( string $bundle )
Retrieve a bundle from the repository.
Retrieve a bundle from the repository.
Parameters
Returns
array
|
protected
string
|
#
path( array $bundle )
Return the path for a given bundle.
Return the path for a given bundle.
Parameters
Returns
string
|