I can't get through setting up phase of Entity Manager on official Doctrine website tutorial:
I keep geting No Metadata Classes to process in the part Starting with the Product Entity, where I should in put this code to terminal:
$ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql
Here is link for the repository on github:
Thanks
The problem was basically with disabled PHP (7.2). I don't know how this happened. After enabling everything is working fine.