PHP Class Evercode1\ViewMaker\ViewMakerServiceProvider
Place the line below in the providers array inside app/config/app.php
Evercode1\ViewMaker\src\ViewMakerServiceProvider::class,
显示文件
Open project: evercode1/view-maker
Protected Properties
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
Perform post-registration booting of services.
Get the services provided by the provider.
Register any package services.
Property Details
$commands protected_oe property
protected bool $commands |
return |
boolean |
|
$defer protected_oe property
Indicates if loading of the provider is deferred.
protected bool $defer |
return |
boolean |
|