creacoon/laravel-passport-ui

Laravel Passport UI views

Maintainers

Package info

github.com/creacoon/laravel-passport-ui

Language:Blade

pkg:composer/creacoon/laravel-passport-ui

Statistics

Installs: 80

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-02-27 08:40 UTC

This package is auto-updated.

Last update: 2026-02-27 08:42:18 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package provides a custom authorization view for Laravel Passport, allowing you to replace the default OAuth authorization page with a modern, Tailwind CSS-styled interface.

Installation

You can install the package via composer:

composer require creacoon/laravel-passport-ui

After installation, publish the authorization view to customize the Passport authorization page:

php artisan vendor:publish --tag="laravel-passport-ui-views"

This will copy the authorize.blade.php file to resources/views/vendor/passport/authorize.blade.php, overriding the default Laravel Passport view.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.