Skip to content

When installing via composer create project / Default .env / Internal Server Error / SQLite file not found. #78

@jdm-web

Description

@jdm-web

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.

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions