问题标签 [foscommentbundle]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Symfony 4.2 FOS 注释包问题,无法加载 routing.yaml
我正在努力安装 FOS 评论包。我有 Symfony v 4.2.1。我按照文档中的说明进行操作:https ://github.com/FriendsOfSymfony/FOSCommentBundle/blob/master/Resources/doc/1-setting_up_the_bundle.md
我只省略了这部分:
assetic:
bundles: [ "FOSCommentBundle" ]
因为assetic 不能与 Symfony ^4 一起工作。我通过以下方式安装资产:bin/console assets:install
我得到那个错误:
LoadException:无法加载资源“@FOSCommentBundle/Resources/config/routing.yml”。确保“FOSCommentBundle”包已正确注册并加载到应用程序内核类中。如果捆绑包已注册,请确保捆绑包路径“@FOSCommentBundle/Resources/config/routing.yml”不为空。)
路线.yaml:
我没有找到任何解决方案。任何人都知道我应该做什么或知道评论线程的任何替代捆绑包?
php - 如何在没有 fosUser 的情况下在 fosCommentBundle 中添加输入用户名?
我想在不使用 FOSUserBundlde 的情况下在包 FOSCommentBundle 中添加用户名字段(输入)。
用户必须输入他的用户名和评论。基本模型不提供伪字段,因为它依赖于连接的用户或“匿名”,如果没有连接的用户。
你能告诉我怎么做吗?
Symfony 4.4
谢谢