LaravelPackages.net
Acme Inc.
Toggle sidebar
joeaziz/laravel-passport-module

auto route and helper for laravel passport

7
0
About joeaziz/laravel-passport-module

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

Latest Stable Version Total Downloads License

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();

Star History Chart