PHP Class Plank\Mediable\MediableServiceProvider

Registers Laravel-Mediable package functionality
Author: Sean Fraser ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: plank/laravel-mediable

Public Methods

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.

Method Details

boot() public method

Boot the service provider.
public boot ( ) : void
return void

register() public method

Register the service provider.
public register ( ) : void
return void

registerConsoleCommands() public method

Add package commands to artisan console.
public registerConsoleCommands ( ) : void
return void

registerMover() public method

Bind the Media Uploader to the container.
public registerMover ( ) : void
return void

registerSourceAdapterFactory() public method

Attaches the default adapter types
public registerSourceAdapterFactory ( ) : void
return void

registerUploader() public method

Bind the Media Uploader to the container.
public registerUploader ( ) : void
return void

registerUrlGeneratorFactory() public method

Bind the Media Uploader to the container.
public registerUrlGeneratorFactory ( ) : void
return void