Start with Symfony

I would like to try generate entities from my existing database. Unfortunately, I was always receiving this error message:

1
2
[Symfony\Component\Debug\Exception\ContextErrorException] 
Warning: A non-numeric value encountered

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
0%