sarwen / echarts
There is no license information available for the latest version (dev-master) of this package.
dev-master
2018-04-28 02:49 UTC
Requires
- php: >=5.6.4
This package is not auto-updated.
Last update: 2025-06-16 11:19:55 UTC
README
laravel的echarts扩展包
引入方法:
require部分加入下面一行: "sarwen/echarts": "dev-master"
然后添加服务: 修改 config/app.php 添加
Sarwen\Echarts\EchartsServiceProvider::class
和别名的配置:
‘Echarts’ => Sarwen\Echarts\Facades\Echarts::class