# laravel_module **Repository Path**: dafa168/laravel_module ## Basic Information - **Project Name**: laravel_module - **Description**: laravel6.0 模块化开发架子 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel6.0 + Swoole(LaravelS) + Layui 后台模块化开发 #### 介绍 laravel6.0 模块化开发架子,基于 caffeinated/modules, swoole 部分基于 laravel-S , https://caffeinatedpackages.com/guide/packages/modules.html#installation https://github.com/hhxsv5/laravel-s #### 软件架构 laravel默认结构改为模块化结构,项目包含核心(Core)和后台(Admin)以及前台(Home)三个模块。 主要是为了一些比较简单的中小型项目。 #### 安装教程 1. 导入SQL database/data.sql, 2. 基于laravels 必须安装pcntl和swoole扩展 (linux), 直接启动即可访问: php bin/laravels start (默认是前台运行模式) 3. 设置数据库用户名密码,以及部署nginx访问即可。 4. 访问 http://localhost/admin 用户名:root 密码:123456 #### 使用说明 1. 还有些功能需要自行开发,比如:前台 Auth 等等 2. 基于模块化,routes/resource 等文件夹内容暂时无用,路由和资源都在本模块下. 3. 请多看文档吧。