Appzcoder\CrudGenerator\Commands\CrudCommand::addRoutes PHP Method

addRoutes() protected method

Add routes.
protected addRoutes ( ) : array
return array
    protected function addRoutes()
    {
        return ["Route::resource('" . $this->routeName . "', '" . $this->controller . "');"];
    }