luigel / laravel-passport-views
The default laravel passport views.
Installs: 396
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Language:JavaScript
Requires
- php: ^7.3|^8.0
- illuminate/support: ^8.0
- laravel/passport: ^10.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-08 12:30:07 UTC
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.