Amranidev\ScaffoldInterface\Filesystem\Path::routePath PHP Method

routePath() public method

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

Usage Example

コード例 #1
0
 /**
  * Generate route.
  *
  * @return void
  */
 public function route()
 {
     $this->append($this->paths->routePath(), $this->route->generate());
 }