Method | Description | |
---|---|---|
boot ( ) | Define your route model bindings, pattern filters, etc using the Bootstrap router. | |
register ( ) | Register the service provider. |
Method | Description | |
---|---|---|
getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed | Get the application's kernel implementation. | |
registerUserRouters ( ) | Map user-defined routers. |
public boot ( ) |
protected getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed | ||
return | Illuminate\Foundation\Application | mixed |