I've tried Googling this and can't find an answer anywhere, which is an issue because I can't get Laravel to connect to my DB.
I'm using a MySql DB which is managed through phpMyAdmin which I access from an app called InstantWordPress. I've always been able to connect to databases this way before but when I try to get Laravel to connect it just won't, no matter what settings I use in my .env file.
I'd rather avoid things like Xampp and Wampp as they're massive apps, and basically just a bit of overkill. I was under the impression that frameworks like Laravel are supposed to make life easier, so I'm trying to find a basic little database manager where I can make a database very quickly and connect to it from the framework.
Any ideas would be appreciated.