joeaziz/laravel-passport-module

auto route and helper for laravel passport

dev-master 2020-01-25 13:09 UTC

This package is auto-updated.

Last update: 2024-04-25 22:50:56 UTC


README

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