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
-
create a valid database connection
-
In Terminal:
composer require left-right/center:dev-master
-
add this to $providers in config/app.php
LeftRight\Center\CenterServiceProvider::class, -
add this to $middleware in App/Http/Kernel.php
\LeftRight\Center\Middleware\Permissions::class, -
add this to $routeMiddleware in App/Http/Kernel.php
'user' => \LeftRight\Center\Middleware\User::class, -
run the following commands
php artisan vendor:publish php artisan center:refresh -
browse to your project's /center route to log in
统计信息
- 总下载量: 267
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-03-22