File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
resources/presets/horizon Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1717 'processing_message ' => 'Installing Horizon resources. ' ,
1818 'success_message ' => 'Horizon resources installed. ' ,
1919 ],
20- [
21- 'type ' => 'run ' ,
22- 'command ' => "node -e \"require('fs').closeSync(require('fs').openSync('database/database.sqlite', 'a')) \"" ,
23- 'processing_message ' => 'Creating SQLite database. ' ,
24- 'success_message ' => 'SQLite database created. ' ,
25- ],
2620 [
2721 'type ' => 'copy ' ,
2822 'input ' => 'config/horizon.php ' ,
2923 'output ' => 'config/horizon.php ' ,
3024 ],
25+ [
26+ 'type ' => 'notify ' ,
27+ 'content ' => "Make sure you have a `database/database.sqlite` file present. " ,
28+ ],
3129 [
3230 'type ' => 'notify ' ,
3331 'content ' => "Add this to `.env` file: \n\nSOCIAL_IMAGE_QUEUE_NAME=social-images \nSTATAMIC_STATIC_WARM_QUEUE=static-cache " ,
You can’t perform that action at this time.
0 commit comments