Exemple #1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->comment('Creating the backup...' . PHP_EOL);
     $this->packager->createBackup();
     $this->info(trans('maintenance.created_backup') . PHP_EOL);
 }