PHP 클래스 Bkwld\Croppa\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: bkwld/croppa

공개 메소드들

메소드 설명
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