Adamgoose\Console\RouteScanCommand::getOutputPath PHP Method

getOutputPath() protected method

Get the path to which the routes should be written.
protected getOutputPath ( ) : string
return string
    protected function getOutputPath()
    {
        return $this->laravel['path.storage'] . '/framework/routes.scanned.php';
    }