https://github.com/welllog/orinfyadmin
https://github.com/welllog/orinfyadmin
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/welllog/orinfyadmin
- Owner: welllog
- Created: 2018-07-03T04:48:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T02:19:04.000Z (almost 6 years ago)
- Last Synced: 2025-04-30T07:08:40.451Z (about 1 year ago)
- Language: PHP
- Size: 894 KB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### 安装步骤
1. 下载或克隆项目,进入项目根目录执行``composer install``,等待框架安装
2. 将.env.example修改为.env,并进行相关配置,然后在项目根目录执行``php artisan key:generate``
3. 手动创建数据库,执行``php artisan migrate:refresh --seed``迁移数据库表结构和数据
4. 配置好环境即可运行
### 注意事项
* 需要环境为php>7。
* 默认配置使用了redis及phpredis扩展,可自行更改相应配置
* 目前仅实现了后台登录及权限功能
* 后台路由: domain/admin