PHP Класс Bkwld\Croppa\ServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

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

Метод Описание
boot ( ) : void Bootstrap the application events.
bootLaravel4 ( ) : void Boot specific logic for Laravel 4. Tells Laravel about the package for auto namespacing of config files
bootLaravel5 ( ) : void Boot specific logic for Laravel 5. Registers the config file for publishing to app directory
bootLumen ( ) : void Boot specific logic for Lumen. Load custom croppa config file
getConfig ( ) : array Get the configuration, which is keyed differently in L5 vs l4
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerLaravel5Lumen ( ) : void Register specific logic for Laravel/Lumen 5. Merges package config with user config
version ( ) : integer Get the major Laravel version number

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

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

Bootstrap the application events.
public boot ( ) : void
Результат void

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

Boot specific logic for Laravel 4. Tells Laravel about the package for auto namespacing of config files
public bootLaravel4 ( ) : void
Результат void

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

Boot specific logic for Laravel 5. Registers the config file for publishing to app directory
public bootLaravel5 ( ) : void
Результат void

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

Boot specific logic for Lumen. Load custom croppa config file
public bootLumen ( ) : void
Результат void

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

Get the configuration, which is keyed differently in L5 vs l4
public getConfig ( ) : array
Результат array

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

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

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

Register the service provider.
public register ( ) : void
Результат void

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

Register specific logic for Laravel/Lumen 5. Merges package config with user config
public registerLaravel5Lumen ( ) : void
Результат void

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

Get the major Laravel version number
public version ( ) : integer
Результат integer