PHP Class MarvinLabs\SetupWizard\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Exibir arquivo Open project: marvinlabs/laravel-setup-wizard

Public Properties

Property Type Description
$CONFIG_FILE
$RES_NAMESPACE

Public Methods

Method 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 method

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

boot() public method

Register any other events for your application.
public boot ( ) : void
return void

register() public method

Register bindings in the container.
public register ( ) : void
return 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