githen/laravel-eqxiu
最新稳定版本:v1.1.3
Composer 安装命令:
composer require githen/laravel-eqxiu
包简介
基于laravel的易企秀内容中台
README 文档
README
基于laravel的易企秀内容中台
安装
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
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-22