2 Star 5 Fork 2

沙屿沫 / laravel-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

laravel-backend

!!! 已暂停维护 !!!

坚持不下来,就此暂停。


介绍

基于laravel的后台基础管理系统,采用前后端分离方式,前端页面使用vue-element-admin,后端API使用laravel

软件架构

laravel 作为后端API提供框架,实行前后端分离

后台管理页面前端仓库:https://gitee.com/shayvmo/vue-elemnt-admin

安装教程

【配置伪静态】

location / {
    try_files $uri $uri/ /index.php?$query_string;
}

1、安装依赖的composer包

composer install

2、访问http://域名/install,即可设置数据库地址。

设置完成后,运行上述2个步骤即可。

【注】

1、本地开发部署时,安装成功后,可以直接登录访问后台,默认 admin 123456

2、清除安装锁命令: php artisan install:clean

3、手动清除 permission 缓存: php artisan cache:forget spatie.permission.cache

使用说明

暂无

规划功能

  • 配置项管理

  • 刷新权限,增加新权限

  • 本地日志查询

  • 其他完善

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

代码提交备注说明

  • ! 修复BUG

  • + 新增功能

  • * 普通修改

例子:

[!] 修复BUG

[+] 新增功能

[*] 修改xxx

其他

swoole

https://github.com/hhxsv5/laravel-s

// 项目根目录执行,启动swoole监听
php bin/laravels start
MIT License Copyright (c) 2021 Eric Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于laravel的后台基础管理系统,采用前后端分离方式,前端页面使用vue-element-admin,后端API使用laravel 展开 收起
PHP 等 3 种语言
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/shayvmo/laravel-backend.git
git@gitee.com:shayvmo/laravel-backend.git
shayvmo
laravel-backend
laravel-backend
master

搜索帮助

14c37bed 8189591 565d56ea 8189591