PHP Class LukePOLO\LaraCart\LaraCartServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: lukepolo/laracart

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat void

migrationHasAlreadyBeenPublished() protected méthode

Checks to see if the migration has already been published.

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void