[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:
parent
c1fc3a0e69
commit
6ea57d766f
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue