When installing via composer create project, a default .env file is created, configuring the db driver as SQLite.
The project seems to look for a default SQLlite file that does not exist : (/database/database.sqlite), which triggers a fatal error on the home page, which could be unclear for beginners.

Proposed change :
- Either making the default SQLite setup work.
- Or try catch the error to provide a better explanation to the user so he knows what to to next.