You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the installer with the --no-interaction option you're still prompted about creating the SQLite database file:
laravel new example-app --no-interaction
...
WARN The SQLite database configured for this application does not exist: database/database.sqlite.
┌ Would you like to create it? ──────────────────────┐
│ ● Yes / ○ No │
└────────────────────────────────────────────────────┘
I thought adding the --database=sqlite option might work, but it doesn't seem to.
Steps To Reproduce
Run:
laravel new example-app --no-interaction
The text was updated successfully, but these errors were encountered:
As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub.
If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team.
Installer Version
5.8.3
Description
When running the installer with the
--no-interaction
option you're still prompted about creating the SQLite database file:I thought adding the
--database=sqlite
option might work, but it doesn't seem to.Steps To Reproduce
Run:
The text was updated successfully, but these errors were encountered: