示例#1
0
 /**
  * Create a new command instance.
  * @param App $app
  */
 public function __construct(App $app)
 {
     parent::__construct();
     $this->public_directory = $app->basePath() . '/public/';
     $this->views_directory = $app->basePath() . '/resources/views/';
     $this->ui_directory = env('UI_PATH');
 }