Package Data | |
---|---|
Maintainer Username: | prakashdivyy |
Maintainer Contact: | prakashdivyy@gmail.com (Prakash Divy) |
Package Create Date: | 2017-04-06 |
Package Last Update: | 2017-04-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:04:59 |
Package Statistics | |
---|---|
Total Downloads: | 121 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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