# bee-easyswoole **Repository Path**: calenshum/bee-easyswoole ## Basic Information - **Project Name**: bee-easyswoole - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2021-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BEE EASYSWOOLE ## 如何运行 安装项目时请不要覆盖默认的配置文件以及EasySwooleEvent事件注册文件 ### 安装项目 ```bash git clone https://gitee.com/calenshum/bee-easyswoole.git bee_attendance_api cd bee_attendance_api && composer install php vendor/bin/easyswoole install ``` ### 配置数据库 在dev.php中的MYSQL配置项中配置数据库 ### 启动项目 ```` php easyswoole start ````