Code Monkey home page Code Monkey logo

pai-admin's Introduction

Pai-admin 派后台管理系统

运行环境要求PHP7.1+。

主要特性

开源无加密

源码开源无加密

TP6框架

使用最新的 ThinkPHP 6.0框架开发

标准接口

标准接口、前后端分离,二次开发更方便

长连接

减少CPU及内存使用及网络堵塞,减少请求响应时长

无缝事件机制

行为扩展更方便,方便二次开发

后台快速生成表单

后台应用form-builder 无需写页面快速增删改查

强大的后台权限管理

后台多种角色、多重身份权限管理,权限可以控制到每一步操作

微信开发

后台已嵌入微信开发插件

手动安装

1.创建数据库,倒入数据库文件

数据库文件目录/public/install/learn.sql

2.修改数据库连接文件 配置文件路径/.env

APP_DEBUG = true

[APP]
DEFAULT_TIMEZONE = Asia/Shanghai

[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1 #数据库连接地址
DATABASE = test #数据库名称
USERNAME = username #数据库登录账号
PASSWORD = password #数据库登录密码
HOSTPORT = 3306 #数据库端口
CHARSET = utf8
DEBUG = true

[LANG]
default_lang = zh-cn

3.修改目录权限(linux系统)777 /public /runtime

4.后台登录: http://域名/admin

默认账号:admin 密码:123456

定时任务与长连接服务

启动

php think worker:server

linux下面可以支持下面指令

php think worker [start|stop|reload|restart|status]
  • status: 状态

    • start: 启动
    • stop: 关闭
    • restart: 重启
  • -d : 后台执行

文档

TP6开发手册
FormBuilder
Light Year Admin
Workerman
EasyWeChat

后台体验

后台地址 https://learn.leapy.cn/admin
账号 admin
密码 123456

联系我

邮箱:[email protected]
微信:C17896852019(此手机号已不用)

版权信息

Pai-admin遵循Apache2开源协议发布,并提供免费使用。

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2019-2020 by LEAPY (https://learn.leapy.cn/admin)

All rights reserved。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.