SyntaxFix
Write A Post
Hire A Developer
Questions
I'm using Laravel Lumen to build a small application. For me it was because I didn't had the DB_USERNAME defined in my .env file.
DB_USERNAME=root
Setting this solved my problem.