We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9ac1b commit a3bc22dCopy full SHA for a3bc22d
ProcessMaker/Console/Commands/TenantsCreate.php
@@ -198,7 +198,9 @@ public function handle()
198
$this->line('- Run migrations and seed the database');
199
$this->line('- Run the install command for each package');
200
$this->line('- Run artisan upgrade');
201
- $this->line('- Install passport by calling passport:install');
+ $this->line('- Install passport by calling passport:install (create the default clients');
202
+ $this->line('- Reset the admin password with auth:set-password');
203
+ $this->line('- Run processmaker:initialize-script-microservice');
204
$this->info("For example, `TENANT={$tenant->id} php artisan migrate:fresh --seed`");
205
}
206
0 commit comments