joeaziz/laravel-passport-module is a Laravel package for auto route and helper for laravel passport.
It currently has 0 GitHub stars and 7 downloads on Packagist.
Install it with composer require joeaziz/laravel-passport-module.
Discover more Laravel packages by joeaziz
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Passport Module is an Library bulit on Laravel Passport to rapid create auth controllers and routes
Laravel Passport is open-sourced software licensed under the MIT license
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
in route/api file put this code \Joeaziz\LaravelPassportModule\Misc\LaravelPassportRouter::loadRoute();