codiiv/chatteradmin
Composer 安装命令:
composer require codiiv/chatteradmin
包简介
A package to provide extended functionality for the beautiful thedevdojo/chatter forums for Laravel
README 文档
README
Installation
Quick Note: This is package builds upon the thedevdojo/chatter Laravel forum package. Therefore, make sure you install it and configure it as needed. https://github.com/thedevdojo/chatter#installation
Also, this package is tested on Laravel 5.7 so far. It could work with 5.6 and 5.5, but I haven't done the necessary tests
-
Include the package in your project
composer require "codiiv/chatteradmin" -
Add the service provider to your
config/app.phpproviders array:If you're installing on Laravel 5.5+ skip this step
'providers' = [ // ... Codiiv\Chatter\ChatterServiceProvider::class, // ... ] -
Publish the Vendor Assets files by running:
php artisan vendor:publish --provider="Codiiv\Chatter\ChatterServiceProvider" -
Now that we have published a few new files to our application we need to reload them with the following command:
composer dump-autoload -
Run Your migrations:
NB: It is important to run the migrations so that you can set the super admin and other future features. This migration will create two additional tables on top of the ones created by the main
thedevdojo/chatterphp artisan migrateQuick tip: Make sure that you've created a database and added your database credentials in your
.envfile. -
Lastly, CONFIGURE SUPER ADMIN account.
You can do this two ways
A) Run this command
php artisan chatter:superadmin someemail@somedomain.tldreplacing someemail@somedomain.tld by the email of the user you want to set as super admin. Note that you can only have one super admin.IN a future version, we will add ability to have multiple admins, but the
super adminrole will remain one userOR
B) - Once you have run
php artisan migrate, look for the table*chatter_optionsand add a row with the following column values:option_name >> master_admin option_value >> USER ID for the super admin autoload >> 1 created_at >> 2018-11-13 00:50:12 (or whatever) updated_at >> 2018-11-13 00:50:12 (or whatever)
Now, visit your site.com/chatteradmin and you should see your new forum admin once logged in!
Upgrading
Coming soon
Screenshots
codiiv/chatteradmin 适用场景与选型建议
codiiv/chatteradmin 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 57 次下载、GitHub Stars 达 2, 最近一次更新时间为 2018 年 11 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「Chatter」 「laravel forum」 「laravel forum admin」 「chatter admin」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 codiiv/chatteradmin 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 codiiv/chatteradmin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 codiiv/chatteradmin 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel 5 package providing a solid foundation for building discussion forums
A frontend for riari/laravel-forum providing views written with Bootstrap 3
This Bundle provides threaded comment functionality for Symfony applications
Alfabank REST API integration
Collection of core phpBB libraries
Laravel powered forums.
统计信息
- 总下载量: 57
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-18

