PHP Class Gitamin\Providers\RouteServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
Afficher le fichier Open project: gitaminhq/gitamin

Protected Properties

Свойство Type Description
$namespace string In addition, it is set as the URL generator's root namespace.

Méthodes publiques

Méthode Description
boot ( Router $router ) : void Define your route model bindings, pattern filters, etc.
map ( Router $router ) : void Define the routes for the application.

Méthodes protégées

Méthode Description
mapWebRoutes ( Router $router ) : void Define the "web" routes for the application.
registerBindings ( ) : void Register model bindings.

Method Details

boot() public méthode

Define your route model bindings, pattern filters, etc.
public boot ( Router $router ) : void
$router Illuminate\Routing\Router
Résultat void

map() public méthode

Define the routes for the application.
public map ( Router $router ) : void
$router Illuminate\Routing\Router
Résultat void

mapWebRoutes() protected méthode

These routes all receive session state, CSRF protection, etc.
protected mapWebRoutes ( Router $router ) : void
$router Illuminate\Routing\Router
Résultat void

registerBindings() protected méthode

Register model bindings.
protected registerBindings ( ) : void
Résultat void

Property Details

$namespace protected_oe property

In addition, it is set as the URL generator's root namespace.
protected string $namespace
Résultat string