프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
메소드 | 설명 | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
provides ( ) : string[] | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
메소드 | 설명 | |
---|---|---|
isLumen ( ) : boolean | Check if app uses Lumen. | |
publishAssets ( ) | Publish datatables assets. | |
registerAliases ( ) | Create aliases for the dependency. | |
registerRequiredProviders ( ) | Register 3rd party providers. |
public provides ( ) : string[] | ||
리턴 | string[] |
protected registerRequiredProviders ( ) |
protected bool $defer | ||
리턴 | boolean |