PHPackages                             githen/laravel-eqxiu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. githen/laravel-eqxiu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

githen/laravel-eqxiu
====================

基于laravel的易企秀内容中台

v1.1.3(1y ago)130MITPHPPHP ^7.3

Since Aug 22Pushed 1y ago2 watchersCompare

[ Source](https://github.com/jiaoyu-cn/laravel-eqxiu)[ Packagist](https://packagist.org/packages/githen/laravel-eqxiu)[ RSS](/packages/githen-laravel-eqxiu/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

laravel-eqxiu
=============

[](#laravel-eqxiu)

基于laravel的易企秀内容中台

[![image](https://camo.githubusercontent.com/5d91fc638c53e281c6d117605222bf8fdd320b5685fb4508f1b59def381eef02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a69616f79752d636e2f6c61726176656c2d6571786975)](https://github.com/jiaoyu-cn/laravel-eqxiu/stargazers)[![image](https://camo.githubusercontent.com/813ead744ad0bb73777cd3b452199b05ed8340497e942945484cd586339d097c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6a69616f79752d636e2f6c61726176656c2d6571786975)](https://github.com/jiaoyu-cn/laravel-eqxiu/network/members)[![image](https://camo.githubusercontent.com/10b4c3c8639d27a207ff7fdd4e0ca9f567f80a3b80fdb84f807df0d9ab827969/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6a69616f79752d636e2f6c61726176656c2d6571786975)](https://github.com/jiaoyu-cn/laravel-eqxiu/issues)

[内容中台技术手册 ](https://hc.eqxiu.cn/p/tech/)

安装
--

[](#安装)

```
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`上传配置文件

```
