PHP Class LukePOLO\LaraCart\LaraCartServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: lukepolo/laracart

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register the service provider.

Protected Methods

Method Description
migrationHasAlreadyBeenPublished ( ) : boolean Checks to see if the migration has already been published.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

migrationHasAlreadyBeenPublished() protected method

Checks to see if the migration has already been published.

register() public method

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