Download the PHP package kamrul-haque/laravel-passport-auth without Composer
On this page you can find all versions of the php package kamrul-haque/laravel-passport-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kamrul-haque/laravel-passport-auth
More information about kamrul-haque/laravel-passport-auth
Files in kamrul-haque/laravel-passport-auth
Download kamrul-haque/laravel-passport-auth
More information about kamrul-haque/laravel-passport-auth
Files in kamrul-haque/laravel-passport-auth
Vendor kamrul-haque
Package laravel-passport-auth
Short Description Authentication functionality for API using Laravel Passport
License MIT
Package laravel-passport-auth
Short Description Authentication functionality for API using Laravel Passport
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-passport-auth
laravel-passport-auth
Authentication functionality for API using Laravel Passport
Prerequisite
Install and configure Laravel Passpost
Installation
Install the package via composer:
Publish package resources:
Migrate the necessary database tables:
Configuration
Set the required configuration in .env
.
Usage:
Add routes
in api.php
:
Protect routes
:
Register middleware
in app\Http\Kernel.php
inside $routeMiddleware
array if you want to restrict API calls from certain IP address:
Assign the middleware
to routes
:
All versions of laravel-passport-auth with dependencies
PHP Build Version
Package Version
The package kamrul-haque/laravel-passport-auth contains the following files
Loading the files please wait ....