安装说明

1、发布配置:

php aratisan vendor:publish

选择configure-serverOkamiChen\ConfigureServer\ServerServiceProvider 发布

2、更新数据库

php aratisan migrate

集成Laravel-Admin

路由

1、分组管理 /module/confiurge/server/node

2、配置管理 /module/confiurge/server/group

记得加上laravel-admin的路由前缀

配置

获取配置选项

use OkamiChen\ConfigureServer\Service\ConfigureServer;

return reponse(ConfigureServer::all());

清理配置缓存

use OkamiChen\ConfigureServer\Service\ConfigureServer;

return reponse(ConfigureServer::clear());