Autarky\Console\RouteListCommand::configure PHP Метод

configure() публичный Метод

public configure ( )
    public function configure()
    {
        $this->setName('route:list')->setDescription('Show a list of routes')->setHelp(<<<'EOS'
Shows a list of all routes registered, their name, controller, path and hooks.
EOS
);
    }
RouteListCommand