TODO: Refactor the validator to reduce duplication TODO: Move the writing the env file to another class.
Inheritance: extends Illuminate\Console\Command, use trait REBELinBLUE\Deployer\Console\Commands\Traits\AskAndValidate
Example #1
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }