PHP Class MarvinLabs\SetupWizard\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: marvinlabs/laravel-setup-wizard

Méthodes publiques

Свойство Type Description
$CONFIG_FILE
$RES_NAMESPACE

Méthodes publiques

Méthode Description
__construct ( Illuminate\Contracts\Foundation\Application $app ) Create a new service provider instance.
boot ( ) : void Register any other events for your application.
register ( ) : void Register bindings in the container.

Method Details

__construct() public méthode

Create a new service provider instance.
public __construct ( Illuminate\Contracts\Foundation\Application $app )
$app Illuminate\Contracts\Foundation\Application

boot() public méthode

Register any other events for your application.
public boot ( ) : void
Résultat void

register() public méthode

Register bindings in the container.
public register ( ) : void
Résultat void

Property Details

$CONFIG_FILE public_oe static_oe property

public static $CONFIG_FILE

$RES_NAMESPACE public_oe static_oe property

public static $RES_NAMESPACE