PHPackages                             luigel/laravel-passport-views - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. luigel/laravel-passport-views

ActiveLibrary

luigel/laravel-passport-views
=============================

The default laravel passport views.

v0.0.1(5y ago)54021MITJavaScriptPHP ^7.3|^8.0

Since Nov 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/luigel/laravel-passport-views)[ Packagist](https://packagist.org/packages/luigel/laravel-passport-views)[ Docs](https://github.com/luigel/laravel-passport-views)[ RSS](/packages/luigel-laravel-passport-views/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Laravel Passport Views
======================

[](#laravel-passport-views)

[![Latest Version on Packagist](https://camo.githubusercontent.com/32486e9149224352ff0a43cb85c28a063bbea24b09797bc0a02c87c707a016f5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756967656c2f6c61726176656c2d70617373706f72742d76696577732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/luigel/laravel-passport-views)[![Build Status](https://camo.githubusercontent.com/18750bd9091b7656f99276d8581f8dc15a3a0af9b56b92625e27f9e15f3aab53/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c756967656c2f6c61726176656c2d70617373706f72742d76696577732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/luigel/laravel-passport-views/build-status/master)[![StyleCI](https://camo.githubusercontent.com/deae5e91306093ce6e5a6da1937333ce8e7e3a4b8133b1e11a9b582fe8a994a6/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3331303836323231352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/310862215?branch=master)[![Quality Score](https://camo.githubusercontent.com/604468619ac0be283c4be7d9024c7d7f0f17905568114bd45c558bd928a10dc3/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c756967656c2f6c61726176656c2d70617373706f72742d76696577732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/luigel/laravel-passport-views)[![Total Downloads](https://camo.githubusercontent.com/347cb3748f93fd9a4d1a4803259b5fcbcad9fe7a0b50b28ac693667e41421521/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756967656c2f6c61726176656c2d70617373706f72742d76696577732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/luigel/laravel-passport-views)

Since Laravel Passport v10.0.1 they removed the vue components in the repository you can check the [Merge Request here.](https://github.com/laravel/passport/pull/1352) So I decided to create a simple package that publishes the Vue component that they created previously.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require luigel/laravel-passport-views
```

Usage
-----

[](#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

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

### TODO or Need help.

[](#todo-or-need-help)

- Make a gate and it should be customizable.
- Use tailwind instead of bootstrap.
- Improve layout.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Rigel Kent Carbonel](https://github.com/luigel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de07690de2553699527128313334559d401e905d28abb6df039f3a410d2d0810?d=identicon)[luigel](/maintainers/luigel)

---

Top Contributors

[![luigel](https://avatars.githubusercontent.com/u/26235960?v=4)](https://github.com/luigel "luigel (8 commits)")

---

Tags

luigellaravel-passport-views

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luigel-laravel-passport-views/health.svg)

```
[![Health](https://phpackages.com/badges/luigel-laravel-passport-views/health.svg)](https://phpackages.com/packages/luigel-laravel-passport-views)
```

###  Alternatives

[corbosman/laravel-passport-claims

Add claims to Laravel Passport JWT Tokens

88655.9k](/packages/corbosman-laravel-passport-claims)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[luigel/laravel-paymongo

A laravel wrapper for Paymongo API

7956.2k1](/packages/luigel-laravel-paymongo)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
