PHP Class REBELinBLUE\Deployer\Providers\RouteServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
Mostrar archivo Open project: rebelinblue/deployer

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 ) Define your route model bindings, pattern filters, etc.
map ( Router $router ) Define the routes for the application.

Method Details

boot() public method

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

map() public method

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

Property Details

$namespace protected_oe property

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