osw3 / symfony-comments
为您的应用页面添加评论。
0.0.6
2024-07-30 13:11 UTC
README
为您的应用页面添加评论。
如何安装
步骤 1: 下载 Bundle
打开命令行控制台,进入您的项目目录并执行以下命令以下载此 Bundle 的最新稳定版本
composer require osw3/symfony-comments
步骤 2: 启用 Bundle
然后,通过将其添加到项目 config/bundles.php 文件中已注册的 Bundle 列表中来启用此 Bundle
// config/bundles.php return [ // ... OSW3\Comments\CommentsBundle::class => ['all' => true], ];