EncodingServiceProvider
class EncodingServiceProvider extends ServiceProvider
Registers a new devise.video.encoder we can use globally throughout Laravel
Methods
void
boot()
Bootstrap the application events.
void
register()
Register the service provider.
array
provides()
Get the services provided by the provider.
Details
at line 26
void
boot()
Bootstrap the application events.
at line 36
void
register()
Register the service provider.
at line 53
array
provides()
Get the services provided by the provider.