2
I started using the Larable recently and managed to configure almost everything, but when configuring the database, soon after the installation of Doctrine, it returns me this error:
SQLSTATE[3D000]: Invalid.
Apparently he’s connecting to the database, but he can’t find the database I set up.
That is correct:
- Database.
- Access credentials to the bank.
- Configured file . env.
- Clean Artisan configuration cache.
Basically everything I found in other questions I’ve asked, but nothing solves.
Does anyone have any suggestions of what I can do?
You could not use the very ORM of the Eloquent? The Eloquent.
– Miguel Batista
I would like to use Doctrine, because in addition to having more knowledge and mastery over it, it offers some options more than the native. But I gave up and decided to start using the same Standard. Unfortunately there is nowhere, enough documentation explaining the use...
– Vinicius Alcantara