PHP Class Bkwld\Croppa\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: bkwld/croppa

Méthodes publiques

Méthode Description
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

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

bootLaravel4() public méthode

Boot specific logic for Laravel 4. Tells Laravel about the package for auto namespacing of config files
public bootLaravel4 ( ) : void
Résultat void

bootLaravel5() public méthode

Boot specific logic for Laravel 5. Registers the config file for publishing to app directory
public bootLaravel5 ( ) : void
Résultat void

bootLumen() public méthode

Boot specific logic for Lumen. Load custom croppa config file
public bootLumen ( ) : void
Résultat void

getConfig() public méthode

Get the configuration, which is keyed differently in L5 vs l4
public getConfig ( ) : array
Résultat array

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerLaravel5Lumen() public méthode

Register specific logic for Laravel/Lumen 5. Merges package config with user config
public registerLaravel5Lumen ( ) : void
Résultat void

version() public méthode

Get the major Laravel version number
public version ( ) : integer
Résultat integer