I would like to try generate entities from my existing database. Unfortunately, I was always receiving this error message:
1 | [Symfony\Component\Debug\Exception\ContextErrorException] |
I tried a couple of key words to google, and finally I found the answer from this link. It’s a very simple command:
1 | composer update |