# 草莓快速开发框架 **Repository Path**: php12/strawberry ## Basic Information - **Project Name**: 草莓快速开发框架 - **Description**: 让你开发起来更顺手更舒心 基于ThinkPHP6+Layui+vue+easywechat开发的开源开发框架 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://stadmin.shiliucrm.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 106 - **Created**: 2020-10-26 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 草莓快速开发框架 #### 介绍 基于ThinkPHP6+Layui+vue+easywechat开发的开源开发框架 自动生成API接口和接口文档 自动生成CRUD(开发中) UI组件和JS组件封装 插件市场 多个小程序管理 多应用管理(开发中) #### 交流QQ群 QQ群:578270353 #### 软件架构 thinkphp6 php>=7.1 #### 更新日志 2020.10.24 应用市场1.0完成。 2020.10.20 完成了下拉框UI组件例子的封装。 2020.10.15 完成了插件的支付功能,为应用市场打基础。 2020.10.1 完成了自动生成api接口和api文档的功能。 2020.9.29 完成了菜单管理和权限管理。 2020.9.25 完成了在线安装的功能。 2020.9.24 完成了基本的附件管理。 2020.9.23 完成了基本的小程序管理。 2020.9.22 完成了基本的插件管理。 2020.9.19 完成了基本的登陆和管理员管理功能。万里长征的第一步。 #### 演示地址 http://stadmin.shiliucrm.com/ 用户名:admin 密码 112233 自动生成的文档地址:http://stadmin.shiliucrm.com/doc/ 开发者可以换成自己的url 请不要删数据 持续更新中... #### 安装说明: 1、cd到自己想安装的目录 git clone https://gitee.com/qzxc_admin/strawberry.git 3、修改runtime config public权限777 4、宝塔别忘了配置网站的伪静态为thinkphp的规则. 5、执行在线安装。www.xxx.com/install.php 注意前面是你自己的在线网址或者本地网址。 6、安装成功后就可以访问了,登陆密码是安装的时候输入的密码。遇到问题请到QQ群:578270353 ![输入图片说明](https://images.gitee.com/uploads/images/2020/0929/111351_0cbc35c8_1405153.png "屏幕截图.png") ![输入图片说明](https://images.gitee.com/uploads/images/2020/0919/214104_d0ae3f6b_1405153.png "屏幕截图.png") #### 特别感谢 以下项目排名不分先后 ThinkPHP:https://github.com/top-think/framework Annotations:https://github.com/doctrine/annotations Layui:https://github.com/sentsin/layui ok-admin:http://ok-admin.xlbweb.cn/ Jquery:https://github.com/jquery/jquery RequireJs:https://github.com/requirejs/requirejs CKEditor:https://github.com/ckeditor/ckeditor4 Echarts:https://github.com/apache/incubator-echarts 石榴CRM:https://www.shiliucrm.com (广告:-)) 热猫商城:https://gitee.com/qzxc_admin/hotmall (广告:-)) #### 如何参与一起开发? 1、首先Fork仓库代码 2、然后git clone 到你本地,注意是clone你fork后的自己的仓库地址。 3、编写代码并提交 4、Push 到你的分支 5、创建 Pull Request 并描述你完成的功能或者做出的修改。