PHP Class SebastiaanLuca\Router\RouterServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
Afficher le fichier Open project: sebastiaanluca/laravel-router

Méthodes publiques

Méthode Description
boot ( ) Define your route model bindings, pattern filters, etc using the Bootstrap router.
register ( ) Register the service provider.

Méthodes protégées

Méthode Description
getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed Get the application's kernel implementation.
registerUserRouters ( ) Map user-defined routers.

Method Details

boot() public méthode

Define your route model bindings, pattern filters, etc using the Bootstrap router.
public boot ( )

getApplicationKernel() protected méthode

Get the application's kernel implementation.
protected getApplicationKernel ( ) : Illuminate\Foundation\Application | mixed
Résultat Illuminate\Foundation\Application | mixed

register() public méthode

Register the service provider.
public register ( )

registerUserRouters() protected méthode

Map user-defined routers.
protected registerUserRouters ( )