PHP Class Overtrue\LaravelShoppingCart\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Mostrar archivo Open project: overtrue/laravel-shopping-cart

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

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

Method Details

boot() public method

Boot the provider.
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 ( )

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean