prakashdivyy/laravel-oauth2-ui
Composer 安装命令:
composer require prakashdivyy/laravel-oauth2-ui
包简介
A Laravel 5 service provider for prakashdivyy/oauth2-ui
README 文档
README
Installation
To install, add this on composer.json:
{
"require": {
"prakashdivyy/laravel-oauth2-ui": "*"
}
}
After requiring the package with Composer, you'll need to add the following to the providers array in config/app.php:
PrakashDivy\Laravel\OAuth2\UI\UIServiceProvider::class
Then, add the following to the aliases array in the same file:
'UI' => PrakashDivy\Laravel\OAuth2\UI\Facades\UI::class
Now, run the following to properly set up the package with your Laravel application:
php artisan vendor:publish
统计信息
- 总下载量: 124
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-06