Coder Social home page Coder Social logo

laravel-vue-admin's Introduction

简介

这是一个laravel5.4+vue2.0构建的后台管理系统,主题是AdminLte.主要功能包括权限树管理,角色管理,用户管理,操作日志等。博客

###用户管理

image

####消息发送

NOTE:需要安装php的swoole模块和redis服务。简单的websocket消息推送,在流程场景里有用。

image

image

###权限管理

image

###角色管理

image

###操作日志

image

###新增博客

两天简单撸了个博客还没有评论功能,界面扒的别人的,设计天赋有限。

image

image

image

###前端vue权限方法,can('别名')

v-if="can('admin.user.create')"

###启动swoole websocket服务

php artisan swoole start

websocket连接储存在Store模块里

this.$store.state.websocket

###日志记录

采用laravel事件机制

Event::fire(new AdminLogger('delete', "删除了后台用户[{$user->username}]"));

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.