Amranidev\ScaffoldInterface\Filesystem\Path::routePath PHP Méthode

routePath() public méthode

Get route file path.
public routePath ( ) : string
Résultat string
    public function routePath()
    {
        return config('amranidev.config.routes');
    }

Usage Example

 /**
  * Generate route.
  *
  * @return void
  */
 public function route()
 {
     $this->append($this->paths->routePath(), $this->route->generate());
 }