luigel/laravel-passport-views

The default laravel passport views.

Installs: 392

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Language:JavaScript

v0.0.1 2020-11-08 03:04 UTC

This package is auto-updated.

Last update: 2024-04-08 11:15:55 UTC


README

Latest Version on Packagist Build Status StyleCI Quality Score Total Downloads

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.