jackwong / fadadaapi
There is no license information available for the latest version (1.0.1) of this package.
Fadada
1.0.1
2018-11-28 04:30 UTC
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2025-04-29 00:00:59 UTC
README
"# FadadaApi"
安装命令 composer require "jackwong/fadadaapi ^1.0.0"
laravel5.5以下的包 需要在app配置文件的providers添加下面服务
JackWong\Fadada\FadadaServiceProvider::class
发布config文件 php artisan vendor:publish --provider="JackWong\Fadada\FadadaServiceProvider"