定制 githen/laravel-eqxiu 二次开发

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

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

githen/laravel-eqxiu

最新稳定版本:v1.1.3

Composer 安装命令:

composer require githen/laravel-eqxiu

包简介

基于laravel的易企秀内容中台

README 文档

README

基于laravel的易企秀内容中台

image image image

内容中台技术手册

安装

composer require githen/laravel-eqxiu:~v1.1.0

# 迁移配置文件
php artisan vendor:publish --provider="Githen\LaravelEqxiu\Providers\EqxiuServiceProvider"

配置文件说明

在config/logging.php中添加eqxiu日志配置项

'eqxiu' => [
    'driver' => 'daily',
    'path' => storage_path('logs/eqxiu/eqxiu.log'),
    'level' => 'debug',
    'days' => 7,
    'permission' => 0770,
],

生成eqxiu.php上传配置文件

<?php
return [
    /*
    |--------------------------------------------------------------------------
    | 易企秀配置
    |--------------------------------------------------------------------------
    |
    */
    // 产品秘钥
    'app_id' => '',
    'app_key' => '',
    // 产品秘钥
    'signature_key' => '',
    'encoding_key' => '',
    'log_channel' => 'eqxiu',//写入日志频道,空不写入
];

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-22