none billing app fixes

This commit is contained in:
Čarodej
2022-02-12 09:16:36 +01:00
parent 948c7453a6
commit 4498461e70
5 changed files with 10 additions and 7 deletions
@@ -66,6 +66,11 @@ class SetupProdEnvironment extends Command
$this->info('Clearing application cache...');
$this->clear_cache();
$this->info('Dispatching jobs...');
$this->call('queue:work', [
'--stop-when-empty' => true,
]);
$this->warn('Please make sure your current host/domain where you are running app is included in your .env SANCTUM_STATEFUL_DOMAINS variable.');
$this->info('Everything is done, congratulations! 🥳🥳🥳');