torann/promise
Composer 安装命令:
composer require torann/promise
包简介
Simple Roles and Permissions for Laravel 5.
README 文档
README
Simple Roles and Permissions for Laravel 5. Homepage
Installation
To get the latest version of Promise simply require it in your composer.json file.
"torann/promise": "0.2.*@dev"
You'll then need to run composer install to download it and have the autoloader updated.
Once Promise is installed you need to register the service provider with the application. Open up config/app.php and find the providers key.
'providers' => array( 'Torann\Promise\PromiseServiceProvider', )
Publish the configurations and migration
Run this on the command line from the root of your project:
$ php artisan vendor:publish
A configuration file will be publish to config/promise.php and a migration file to database/migrations/
Documentation
View the official documentation.
Change Log
v0.2.0
- Upgrade to Laravel 5
v0.1.0
- First release
统计信息
- 总下载量: 1.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2014-01-21