# lnmp-web **Repository Path**: matrixonline/lnmp-web ## Basic Information - **Project Name**: lnmp-web - **Description**: lnmp web admin - **Primary Language**: PHP - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
![logo](https://gitee.com/matrixonline/lnmp-web/raw/master/web/image/lnmp.png)
# easydowork/lnmp-web ## 简介 `easydowork/lnmp-web`是基于`swoole`的`lnmp`web管理系统, ## 安装说明 * 详见 `composer.json` `require` ## 运行说明 * 服务启动默认配置为项目根目录下`config.php` ```sh php lnmp start #调试模式 php lnmp start -d #常驻内存模式 php lnmp stop #关闭服务 ``` ## 请求说明 * 运行后默认请求地址为: `baseUrl`(`http://ip:9501/`),请求`post`响应格式统一为`json` ## 返回格式 ```json { "code": 0, //响应码 "message": "操作成功.",//响应说明 "data": {} //响应参数 } ``` ## 项目预览
![logo](https://gitee.com/matrixonline/lnmp-web/raw/master/web/image/demo/login.png) ![logo](https://gitee.com/matrixonline/lnmp-web/raw/master/web/image/demo/index.png) ![logo](https://gitee.com/matrixonline/lnmp-web/raw/master/web/image/demo/config.png)