I started using the laravel recently and I was able to set up almost everything , but when configuring the database, right after installing Doctrine, it returns me this error:
SQLSTATE [3D000]: Invalid catalog name: 1046 No database selected.
Apparently it's connecting to the database, but it's not finding the database I've set up.
That's correct:
- Database.
- Bank access credentials.
- Configure .env file.
- Cleared artisan configuration cache.
Basically everything I found in other questions I've done, but nothing solves.
Does anyone have any suggestions of what I can do?