Example #1
0
 /**
  * Edit the app/routes.php file to register the previously
  * copied handlers
  *
  * @return bool
  */
 protected function editRoutesFile()
 {
     return $this->files->append(app_path() . '/routes.php', $this->getContent(__DIR__ . '/content/routes.php'));
 }