示例#1
0
 /**
  * Configure command
  */
 protected function configure()
 {
     parent::configure();
     $this->confArea = 'sync';
     $this->setName('sync:server')->setDescription('Sync files and database from server');
 }
示例#2
0
 /**
  * Configure command
  */
 protected function configure()
 {
     parent::configure();
     $this->confArea = 'deploy';
     $this->setName('sync:deploy')->setDescription('Deploy files and database to server');
 }