PHP Класс Evercode1\ViewMaker\ViewMakerServiceProvider

Place the line below in the providers array inside app/config/app.php Evercode1\ViewMaker\src\ViewMakerServiceProvider::class,
Автор: Bill Keck
Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$commands boolean The console commands.
$defer boolean Indicates if loading of the provider is deferred.

Открытые методы

Метод Описание
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register any package services.

Описание методов

boot() публичный Метод

Perform post-registration booting of services.
public boot ( ) : void
Результат void

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register any package services.
public register ( ) : void
Результат void

Описание свойств

$commands защищенное свойство

The console commands.
protected bool $commands
Результат boolean

$defer защищенное свойство

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean