Esempio n. 1
0
 /**
  * Execute the console command.
  *
  * @return mixed
  */
 public function handle()
 {
     $this->admin->fill(['user' => $this->option('user'), 'password' => $this->option('password')])->save();
     $this->info('Successfully created new admin user.');
 }