Свойство | Type | Description | |
---|---|---|---|
$config | Illuminate\Config\Repository | Keeps a quick reference to the Responder config. | |
$defer | boolean | Indicates if loading of the provider is deferred. |
Méthode | Description | |
---|---|---|
boot ( ) : void | Bootstrap the application events. | |
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. |
Méthode | Description | |
---|---|---|
bootLaravelApplication ( ) : void | Bootstrap the Laravel application. | |
bootLumenApplication ( ) : void | Bootstrap the Lumen application. | |
registerAliases ( ) : void | Set aliases for the provided services. | |
registerFractal ( ) : void | Register Fractal serializer, manager and a factory to generate Fractal resource instances. | |
registerResponseBuilders ( ) : void | Register success and error response builders. |
protected bootLaravelApplication ( ) : void | ||
Résultat | void |
protected bootLumenApplication ( ) : void | ||
Résultat | void |
protected registerAliases ( ) : void | ||
Résultat | void |
protected registerFractal ( ) : void | ||
Résultat | void |
protected registerResponseBuilders ( ) : void | ||
Résultat | void |
protected Repository,Illuminate\Config $config | ||
Résultat | Illuminate\Config\Repository |
protected bool $defer | ||
Résultat | boolean |