luigel/laravel-passport-views
最新稳定版本:v0.0.1
Composer 安装命令:
composer require luigel/laravel-passport-views
包简介
The default laravel passport views.
README 文档
README
Since Laravel Passport v10.0.1 they removed the vue components in the repository you can check the Merge Request here. So I decided to create a simple package that publishes the Vue component that they created previously.
Installation
You can install the package via composer:
composer require luigel/laravel-passport-views
Usage
To publish the views in your project.
php artisan vendor:publish --tag="laravel-passport-views" --force
To access the passport ui the default route is /oauth-ui customize it in .env
PASSPORT_OAUTH_ROUTE="/oauth-clients"
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
TODO or Need help.
-
Make a gate and it should be customizable.
-
Use tailwind instead of bootstrap.
-
Improve layout.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rigel20.kent@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
统计信息
- 总下载量: 402
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-08