Code Monkey home page Code Monkey logo

laravel5-backend's Introduction

Laravel5-Backend (基于Laravel5.1(LTS) 开发)

Build Status

此项目主要目的是为了搭建一套基本常用的后台系统,减少重复劳动。从而可以专注于自己业务的开发。 theme 基于ACE (基于Bootstrap)开发,部分截图

Introduction

Command

  • 生成Repository: php artisan make:repository Role

Features

  • 用户登录

    • 后台登录
    • 增加验证码
  • 用户权限管理 RBAC (Role-Based Access Control)

    • 用户管理:新建、修改用户;
    • 角色管理:角色查看,角色分配权限;
    • 权限管理:权限查看、修改,增删(待增加)
  • 新闻管理

    • 新闻列表
    • 添加新闻
      • 增加Ueditor
      • 补齐表单字段及验证处理
    • 分类管理: 支持无限分类
    • 标签管理
  • 单页管理

  • 分类管理
  • 内容管理 待完善
  • 相册管理
  • 相册列表
  • 活动管理
  • 活动列表
  • 添加活动
  • 评论管理
  • 评论列表
  • 评论审核:先发后审、先审后发

技术栈

开发规范

  • PHP:遵循PSR规范

    • PSR1 Basic Coding Standard
    • PSR2 Coding Style Guide
    • PSR3 Logger Interface
    • PSR4 Autoloading Standard
    • PSR6 Caching Interface
    • PSR7 HTTP Message Interface

遵循PSR标准的代码格式化工具php-cs-fixer。 可通过composer安装:composer require fabpot/php-cs-fixer

代码文档

按照phpdoc规范写注释,自动生成代码文档 phpDoc文档

二次开发提示

参看:PHP之道

上线部署

可通过Walle 工具来部署

v0.1.1 截图

  • UI: ACE (基于Bootstrap)

登录页面 用户页面 角色页面

License

The Laravel5-backend is open-sourced software licensed under the MIT license

laravel5-backend's People

Contributors

qloog avatar

Watchers

James Cloos avatar  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.