PHP Class Spatie\UrlSigner\Laravel\UrlSignerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostrar archivo Open project: spatie/laravel-url-signer

Public Methods

Method Description
boot ( ) Bootstrap the application events.
register ( ) Register the service provider.

Protected Methods

Method Description
setupConfig ( Illuminate\Contracts\Foundation\Application $app ) Setup the config.

Method Details

boot() public method

Bootstrap the application events.
public boot ( )

register() public method

Register the service provider.
public register ( )

setupConfig() protected method

Setup the config.
protected setupConfig ( Illuminate\Contracts\Foundation\Application $app )
$app Illuminate\Contracts\Foundation\Application