luigel/laravel-passport-views is a Laravel package for the default laravel passport views..
It currently has 5 GitHub stars and 402 downloads on Packagist (latest version v0.0.1).
Install it with composer require luigel/laravel-passport-views.
Discover more Laravel packages by luigel
or browse all Laravel packages to compare alternatives.
Last updated
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.
You can install the package via composer:
composer require luigel/laravel-passport-views
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"
composer test
Please see CHANGELOG for more information what has changed recently.
[ ] Make a gate and it should be customizable.
[ ] Use tailwind instead of bootstrap.
[ ] Improve layout.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.