But forge says that the mysql password does not match, but i gave the right value.
exception 'PDOException' with message 'SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)' in /home/forge/default/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:47
Stack trace:
Yep i already created the .env file.
locally it`s working fine - just with forge i have the problem
I dont think i have to create this file manually on the server or ?
Because the .env file is of course in the gitignore.
With laravel4 it was working fine :)
I am having the exact same issue, but the above doesn't seem to resolve anything for me. I've tried adding the env vars in forge, i've tried manually creating the .env.php file with the correct information. When I SSH in it says it's production, but when I run php artisan migrate it just continues to say the same error.