0
I am having the following error while executing the command.
In Connection.php line 647:
SQLSTATE[HY000] [1049] Unknown database 'localhost' (SQL: select * from information_schema.Tables Where table_schem a = localhost and table_name = Migrations)
In Connector.php line 68:
SQLSTATE[HY000] [1049] Unknown database 'localhost'
You have already modified the file
.env
? Because he’s saying that the database calledlocalhost
is unknown– adventistaam