PHP Class Modules\Recipe\Providers\RouteServiceProvider

Inheritance: extends Modules\Core\Providers\RoutingServiceProvider
Show file Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$namespace string The root namespace to assume when generating URLs to actions.

Protected Methods

Method Description
getApiRoute ( ) : string
getBackendRoute ( ) : string
getFrontendRoute ( ) : string

Method Details

getApiRoute() protected method

protected getApiRoute ( ) : string
return string

getBackendRoute() protected method

protected getBackendRoute ( ) : string
return string

getFrontendRoute() protected method

protected getFrontendRoute ( ) : string
return string

Property Details

$namespace protected property

The root namespace to assume when generating URLs to actions.
protected string $namespace
return string