PHP Class Spatie\Glide\GlideServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Exibir arquivo Open project: spatie/laravel-glide

Public Methods

Method Description
boot ( ) Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( )