call('admin:install'); $this->call('migrate'); $this->call('db:seed'); $this->call('passport:install'); } }