joeaziz / laravel-passport-module
auto route and helper for laravel passport
dev-master
2020-01-25 13:09 UTC
Requires
- php: ^7.2
- laravel/passport: ^8.2.0
This package is auto-updated.
Last update: 2025-03-26 00:45:35 UTC
README
Introduction
Laravel Passport Module is an Library bulit on Laravel Passport to rapid create auth controllers and routes
License
Laravel Passport is open-sourced software licensed under the MIT license
Install
first make sure you install laravel passport then run this commend
composer require joeaziz/laravel-passport-module
and to edit config publish it using php artisan vendor:publish --tag=lp-config
Usage
in route/api
file put this code \Joeaziz\LaravelPassportModule\Misc\LaravelPassportRouter::loadRoute();