Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterfox/hexavel-passport

A compatibility package for Laravel Passport and Hexavel
https://github.com/peterfox/hexavel-passport

Last synced: 5 days ago
JSON representation

A compatibility package for Laravel Passport and Hexavel

Awesome Lists containing this project

README

        

# Hexavel Passport

Required compatibility package for installing Laravel
Passport to a Hexavel project due to the different location of the resources folder.

Rather than adding the service provider for Laravel Passport
you should use

```php
Hexavel\Passport\PassportServiceProvider::class,
```