Framework\Providers\RouteServiceProvider::map PHP Method

map() public method

Define the routes for the application.
public map ( ) : void
return void
    public function map()
    {
        $this->mapWebRoutes();
        $this->mapApiRoutes();
        //
    }