PHP Class Evercode1\ViewMaker\ViewMakerServiceProvider

Place the line below in the providers array inside app/config/app.php Evercode1\ViewMaker\src\ViewMakerServiceProvider::class,
Author: Bill Keck
Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: evercode1/view-maker

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register any package services.

Method Details

boot() public method

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

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register any package services.
public register ( ) : void
return void

Property Details

$commands protected property

The console commands.
protected bool $commands
return boolean

$defer protected property

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