[11.x] Fixes SQLite driver missing (#6361)

* Fixes SQLite driver missing

* Workaround missing SQLite extension

* Adjusts command

* Update composer.json
This commit is contained in:
Nuno Maduro 2024-03-12 18:20:16 +00:00 committed by GitHub
parent c1fc3a0e69
commit 6ea57d766f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi", "@php artisan key:generate --ansi",
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"", "@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php artisan migrate --ansi" "@php artisan migrate --graceful --ansi"
] ]
}, },
"extra": { "extra": {