# laravel-hope **Repository Path**: techutter/laravel-hope ## Basic Information - **Project Name**: laravel-hope - **Description**: 自用的 laravel+dcat-admin (管理端+api),喜欢请star - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-12-21 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # laravel-hope 项目代号:laravel-hope #特色 1. 解决跨域问题 2. 统一Response响应处理 3. Api-Resource资源返回 4. jwt用户认证 5. Api输出sql打印 6. 代码提示工具 7. 简单的中间件控制 8. 集成阿里云OSS上传 9. 集成openAi-GPT对话 10. 阿里和腾讯短信 11. 微信和支付宝支付 12. 小程序登录 ##特别感谢 三笑本人 # 安装 推荐使用[homestead](https://learnku.com/docs/laravel-development-environment/8.x/development-environment-windows/9878) 做为开发环境,使用`Sail`或宿主机做为开发环境需要自己解决环境存在的问题。 创建指定数据库 ```shell sh ./bin/install.sh ``` # windows 可能存在文件格式问题 ```shell vim ./bin/refresh.sh ``` 在vim中输入`!` 运行命令 ```shell set ff=unix ``` # 开发经常重置数据 ```shell ./bin/refresh.sh ``` ## 切换homestead的php版本 推荐使用php7.4版本开发 ```shell sudo update-alternatives --config php ```