wp-breeder / swoft-admin

swoft-admin on the swoft 2.0
Apache License 2.0
1 stars 1 forks source link
admin php rbac swoft swoft-admin swoole

Swoft-Admin

说明

    Sowft Admin 是使用Swoft实现的后台通用权限管理系统,本项目是一个示例项目,展示了swoft在平时开发中的一些常用的使用方法。

运行环境

功能列表

快速开始

    // 配置文件地址 /path/to/project/web/dist/config.js
    window.api = {
        baseUri: '/auth-service/',
        // 修改为正确的IP地址
        serverHost: 'http://172.17.0.1',
        serverPort: 8004
    };

docker 安装


git clone https://github.com/wp-breeder/swoft-admin.git
cd /path/to/project/ && docker-compose up


### 预览

![login](https://raw.githubusercontent.com/wp-breeder/blogs/master/_images/swoft-admin/login.png)
![dashboard](https://raw.githubusercontent.com/wp-breeder/blogs/master/_images/swoft-admin/dashboard.png)

### LICENSE

Swoft-Admin is open-sourced software licensed under the [Apache license](https://github.com/wp-breeder/swoft-admin/blob/master/LICENSE).