PHP Class Owl\Providers\RouteServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
Show file Open project: owl/owl

Protected Properties

Property Type Description
$namespace string In addition, it is set as the URL generator's root namespace.

Public Methods

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

Method Details

boot() public method

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

map() public method

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

Property Details

$namespace protected property

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