GithubHelp home page GithubHelp logo

arraycto / laravel-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wdjisn/laravel-admin

0.0 0.0 0.0 207 KB

LaravelAdmin是基于PHP开发的基础管理后台系统,做到开箱即用,为新项目开发省去了基础功能开发的步骤;此系统采用前后端分离模式,后端使用Laravel,前端使用vue;主要包含:登录、注销、可视化数据大屏、管理员、角色管理、菜单管理、权限管理、错误日志、登录日志、访问日志等功能。后端主要使用Artisan命令行、Jobs消息队列、 Rules验证规则、Restful API、Composer扩展包、Redis秒杀、Extend自定义扩展类:钉钉告警推送、MongoDB、阿里云OSS、php-jwt TOKEN、Phpoffice等技术。

Shell 0.54% PHP 97.71% Vue 0.28% Blade 1.47%

laravel-admin's Introduction

项目简介

LaravelAdmin是基于PHP开发的基础管理后台系统,做到开箱即用,为新项目开发省去了基础功能开发的步骤;此系统采用前后端分离模式,后端使用Laravel,前端使用vue;主要包含:登录、注销、可视化数据大屏、管理员、角色管理、菜单管理、权限管理、错误日志、登录日志、访问日志等功能。后端主要使用Artisan命令行、Jobs消息队列、 Rules验证规则、Restful API、Composer扩展包、Redis秒杀、Extend自定义扩展类:钉钉告警推送、MongoDB、阿里云OSS、php-jwt TOKEN、Phpoffice等技术。

项目截图

登录界面

数据大屏

权限管理

后端安装步骤

  • git clone https://github.com/wdjisn/laravel-admin.git
  • 复制 .env.example 配置文件为 .env 并修改为自己的配置
  • composer update
  • 数据表初始化 php artisan createTable
  • 管理员初始化 php artisan adminInitialize admin(账号) --password=123456(密码)

后端目录简介

├── app 
│   ├── Console
│   ├── ├── Commands 命令行
│   ├── ├── ├── CreateTable.php 初始化数据表
│   ├── ├── ├── AdminInitialize.php 初始化超管员
│   ├── Exceptions
│   ├── ├── Handler.php 捕获异常并推送至钉钉
│   ├── Extend 自定义扩展类
│   ├── Helpers
│   ├── ├── function.php 自定义常用函数
│   ├── Http 控制器层
│   ├── Jobs 消息队列
│   ├── Model 模型层
│   ├── Rules 验证规则
│   ├── Service 服务层
├── docs 自定义文档
├── routes
│   ├── admin.php 管理后台路由
├── .env 配置文件
├── composer.json
├── README.md

前端仓库地址

laravel-admin's People

Contributors

wdjisn 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.