mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
dispatch jobs after demo data was generated
This commit is contained in:
@@ -79,6 +79,11 @@ class SetupDevEnvironment extends Command
|
|||||||
$this->info('Clearing application cache...');
|
$this->info('Clearing application cache...');
|
||||||
$this->clear_cache();
|
$this->clear_cache();
|
||||||
|
|
||||||
|
$this->info('Dispatching jobs...');
|
||||||
|
$this->call('queue:work', [
|
||||||
|
'--stop-when-empty' => true,
|
||||||
|
]);
|
||||||
|
|
||||||
$this->info('Everything is done, congratulations! 🥳🥳🥳');
|
$this->info('Everything is done, congratulations! 🥳🥳🥳');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user