问题
I am currently following the symfony-tutorials of Leanna Pelham and Ryan Weaver, and i quickly ran into some problems. I am struggling with the "doctrine:generate" commands, both entities and cruds.
This happens when I type in "php app/console doctrine:generate:entity": doctrine:generate:entity
This happens when I type in "php app/console doctrine:generate:crud": doctrine:generate:crud
I have tried to google this, but couldn't find anything. First i thought a button was jammed up, and that's what caused it to automatically abort, but I am not sure. I would really appreciate if anybody could help me.
来源:https://stackoverflow.com/questions/44721325/doctrines-automatically-aborted-in-symfony