Barryvdh\Debugbar\DataCollector\IlluminateRouteCollector::displayRoutes PHP Method

displayRoutes() protected method

Display the route information on the console.
protected displayRoutes ( array $routes ) : void
$routes array
return void
    protected function displayRoutes(array $routes)
    {
        $this->table->setHeaders($this->headers)->setRows($routes);
        $this->table->render($this->getOutput());
    }