Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我跑了
symfony doctrine:build-model symfony doctrine:build-form symfony doctrine:build-module frontend user User
但我得到了
致命错误:在 331 上的 lib/vendor/symfony/lib/generator/sfModelGenerator.class.php 中找不到类 'UserForm'
有什么解决办法吗?
看来您遇到的问题与此问题symfony 学说中解释的问题相同:build --all
您是否尝试过使用它重新生成所有类?
php symfony 学说:构建 --all-classes