1 Star 0 Fork 44

咸鱼er了 / slow-admin

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

Slow Admin


基于 Laravelamis 开发的后台框架. 快速且灵活~

Laravel

Laravel 是一个全栈Web应用程序框架,具有富有表现力、优雅的语法。

amis

amis 是一个低代码前端框架,它使用 JSON 配置来生成页面,可以减少页面开发工作量,极大提升效率。

特点: 快速且灵活

  • 基于 amis 以 json 的方式构建页面,减少前端开发工作量,提升开发效率。
  • 在 amis 100多个组件都不满足的情况下, 可自行开发前端。
  • 框架为前后端分离 (不用再因为框架而束手束脚~)。
  • 前端基于 Soybean Admin 使用最新流行技术栈(Vue3、Vite3、TS、NaiveUI和UnoCSS等)。

文档


功能


  • 基础后台功能
    • 后台用户管理
    • 角色管理
    • 权限管理
    • 菜单管理
  • 代码生成器
    • 创建数据迁移文件
    • 创建数据表
    • 创建模型
    • 创建基础控制器代码
    • 创建Service
  • Amis 全组件封装
  • 扩展管理

demo

Demo 地址

截图


登录 首页

环境


  • PHP >= 8.0
  • Laravel 9

一分钟跑起来


  1. 安装 Laravel
composer create-project laravel/laravel example-app
  1. 配置 .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=slow_admin
DB_USERNAME=root
DB_PASSWORD=
  1. 获取 Slow Admin
composer require slowlyo/slow-admin
  1. 发布资源
php artisan admin:publish
  1. 安装
php artisan admin:install
  1. 运行项目

在你的环境把代码跑起来
或者在 laravel 目录执行 php artisan serve
在浏览器打开 http://localhost/admin 即可访问
初始账号密码都是 admin

鸣谢


MIT License Copyright (c) 2022 Slowlyo 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.

简介

🎈 Slow Admin : 基于 laravel 和 amis 开发的后台框架, 友好的组件使用体验, 可轻松实现复杂页面, 内置代码生成器, 低学习成本, 让开发者快速搭建后台管理系统 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/AndroidX/slow-admin.git
git@gitee.com:AndroidX/slow-admin.git
AndroidX
slow-admin
slow-admin
master

搜索帮助