I am trying to go trough tutorial of doctrine here is official website. And I got an error in Starting with the Product Entity part.
This is what I write to terminal: <
Solved with adding:
require_once 'patch_to_your_class/Product.php';
to create_product.php.
create_product.php