Amranidev\ScaffoldInterface\Filesystem\Path::showPath PHP 메소드

showPath() 공개 메소드

Get show file path.
public showPath ( ) : string
리턴 string
    public function showPath()
    {
        return config('amranidev.config.views') . '/' . $this->parser->singular() . '/' . 'show.blade.php';
    }

Usage Example

예제 #1
0
 /**
  * Generate show.
  *
  * @return void
  */
 public function show()
 {
     $this->make($this->paths->showPath(), $this->view->generateShow());
 }