Method |
Description |
|
boot ( ) : void |
Boot the service provider. |
|
register ( ) : void |
Register the service provider. |
|
registerConsoleCommands ( ) : void |
Add package commands to artisan console. |
|
registerMover ( ) : void |
Bind the Media Uploader to the container. |
|
registerSourceAdapterFactory ( ) : void |
Bind an instance of the Source Adapter Factory to the container. |
|
registerUploader ( ) : void |
Bind the Media Uploader to the container. |
|
registerUrlGeneratorFactory ( ) : void |
Bind the Media Uploader to the container. |
|