Giter Site home page Giter Site logo

tp5admin's Introduction

简介:

项目名:cpms 是Concise practical management system 的首字母缩写,意思是:简洁实用的后台管理系统

做这个系统起初是为了做一个自己的技术博客用的,在做之前看了两天的TP5用法,然后动手写了这个超简单的后台管理系统。

cpms-php是采用TP5.0开发的一个简单的后台脚手架管理系统(包括前台展示和后台管理部分)。主要模块有:用户登入验证、后台管理员增删改查、文章发布、RBAC权限管理、socketIO在线即时聊天

本项目适合学习TP5的新手做练手项目以及学习RBAC权限设计的知识,

该脚手架主要是用来提供学习TP5.0框架的相关知识点所开发的,所以后台系统并没有多少模块,但是涵盖的知识点比较全, 包括:TP5.0验证码的使用、TP5.0分页的使用、TP5.0图片上传的使用 以及常用的TP5全局函数的使用和封装了一些防止脚本攻击的过滤函数

脚手架使用的技术栈:

  • UI模板使用h+admin V4.1.0
  • 密码验证采用第三方加密框架 PasswordHash
  • 权限采用RBAC设计用户-角色-权限(资源)之间的关系
  • 使用Workerman(socketIO)框架,实现聊天
  • AJAX异步图片上传
  • ......

socket服务启动: 到public目录下然后通过cmd命令 php server.php 【windows】即可启动socket服务

后台访问地址:http://localhost/admin/index/index

后台帐号:admin 密码:123456

使用本脚手架可以快速搭建一个个人博客系统

image image image image image

tp5admin's People

Contributors

lcliucong avatar

Watchers

 avatar

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.