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
The code is created with Postgres in mind. So you need some manual steps for MySQL.
DB_CONNECTION=mysql in .env should be DB_CONNECTION=system
and in config/database.php change mysql connection to system, and currentl system connection back to postgres
Hi there!
I've the following
.env
:I'm trying to run the dockerless version. I've followed this steps but when I run:
I get the followin exception (verbose):
It seems that it tries to use de Postgress driver instead of MySQL, because of the line:
The text was updated successfully, but these errors were encountered: