定制 left-right/center 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

left-right/center

最新稳定版本:0.0.1

Composer 安装命令:

composer require left-right/center

包简介

An innovative CMS for Laravel 5

README 文档

README

An innovative CMS for Laravel 5.

(walkthrough video to come)

Installation

  1. create a valid database connection

  2. In Terminal:

    composer require left-right/center:dev-master

  3. add this to $providers in config/app.php

     LeftRight\Center\CenterServiceProvider::class,
    
  4. add this to $middleware in App/Http/Kernel.php

     \LeftRight\Center\Middleware\Permissions::class,
    
  5. add this to $routeMiddleware in App/Http/Kernel.php

     'user' => \LeftRight\Center\Middleware\User::class,
    
  6. run the following commands

     php artisan vendor:publish
     php artisan center:refresh
    
  7. browse to your project's /center route to log in

统计信息

  • 总下载量: 267
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2015-03-22