# webman-admin-docker **Repository Path**: mengxingadmin/webman-admin-docker ## Basic Information - **Project Name**: webman-admin-docker - **Description**: 基于webman的通用后台管理系统 集成常用web开发组件。 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-02-10 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webman ## 请在linux环境下奔跑A_A ### 环境 > 7.0 < php < 7.4 > mysql 5.6 集成web开发常用组件 - 命令行 ([laravel/console](https://learnku.com/docs/laravel/8.x/artisan/9387)) - 数据库迁移 (phpinx) - 单元测试 - gateway ([gateway](http://doc2.workerman.net/)) - 注解annotaion ([文档](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html)) - 自动生成api文档(参考api模块注解) # 快速开始 ```shell script # 下载项目 git clone https://gitee.com/echofamily/rmphp.git cd rmphp # 安装扩展 composer install # 初始化后台数据 根据提示完成安装会自动根据APP_DEBUG环境变量启动测试模式或守护模式 php artisan admin:install # 其他命令详见 php artisan ```