Implementation of Doctrine 2.5 in Laravel 5.1 using the mysql database configuration

2

I started using the 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?

    
asked by anonymous 21.12.2015 / 16:26

0 answers