定制 codiiv/chatteradmin 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. Include the package in your project

    composer require "codiiv/chatteradmin"
    
  2. Add the service provider to your config/app.php providers array:

    If you're installing on Laravel 5.5+ skip this step

    'providers' = [
        // ...
        Codiiv\Chatter\ChatterServiceProvider::class,
        // ...
    ]
    
    
  3. Publish the Vendor Assets files by running:

    php artisan vendor:publish --provider="Codiiv\Chatter\ChatterServiceProvider"
    
  4. Now that we have published a few new files to our application we need to reload them with the following command:

    composer dump-autoload
    
  5. 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/chatter

    php artisan migrate
    

    Quick tip: Make sure that you've created a database and added your database credentials in your .env file.

  6. Lastly, CONFIGURE SUPER ADMIN account.

    You can do this two ways

    A) Run this command php artisan chatter:superadmin someemail@somedomain.tld replacing 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 admin role will remain one user

    OR

    B) - Once you have run php artisan migrate , look for the table *chatter_options and 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 我们能提供哪些服务?
定制开发 / 二次开发

基于 codiiv/chatteradmin 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 57
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 5
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-18