7 Star 44 Fork 16

YiAdmin / YiAdmin零依后台管理系统

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
cli
Loading...
README
MIT

零依后台管理系统

基于高性能HTTP服务框架webman,内置权限管理、角色管理、用户管理、日志管理等基础功能。

安装

根目录 .env 修改数据库连接参数,命令行执行 php cli install(可选参数 -u 用户名 -p 密码) 等待安装完成即可。

APP_DEBUG = false
SQL_LOG = false
DB_NAME = mysql
DB_DRIVER = mysql
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_DATABASE = 
DB_USERNAME = root
DB_PASSWORD = 
DB_COLLATION = utf8mb4_general_ci
DB_CHARSET = utf8mb4
DB_PREFIX = yi_
SERVER_LISTEN = http://0.0.0.0:8787
CHANNEL_PORT = 2206

启动

系统以常驻内存方式运行,需要在项目根目录下通过命令行启动

windows:

  1. php win.php 安装模块时请通过该方式启动
  2. php win.php dev 开发调试时通过该方式启动,文件修改时自动重启

linux:

  1. php start.php start -d
  2. php start.php start

访问后台:http://127.0.0.1:8787/system

官网

https://www.yiadmin.net

LICENSE

MIT

MIT License Copyright (c) 2021 walkor<walkor@workerman.net> and contributors (see https://github.com/walkor/webman/contributors) 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.

About

YiAdmin基于高性能http服务框架webman的快速开发后台管理系统 expand collapse
PHP and 6 more languages
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
PHP
1
https://gitee.com/YiAdmin/YiAdmin-Webman.git
git@gitee.com:YiAdmin/YiAdmin-Webman.git
YiAdmin
YiAdmin-Webman
YiAdmin零依后台管理系统
master

Search