API集中器
github.com/danganf/api-center
源代码
问题
安装: 44
依赖项: 1
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 06a2d8802250cbcc213bb2130d9d901da4b319d6
This package is auto-updated.
Last update: 2024-08-29 03:42:09 UTC
1 - 在config/app.php文件中,添加以下行
'url_api_center' => env('URL_API_CENTER', URL_API_CENTER),#terminada com `/`
2 - 在同一文件中,确保APP_ENV已设置为production
production
3 - 在.env文件中,创建以下行
APP_ENV=local URL_API_CENTER=ColoqueAquiAUrlLocal