Skip to content

MKHGLab/Passport

Repository files navigation

Laravel Passoprt API

This is the sample for API of Laravel using Passport Auth validation.

Install this project to your machine:

composer install

Create database named passport, and settings for your DB:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=passport
DB_USERNAME=root
DB_PASSWORD=Hh1107030

Now setup database configuration for your project:

php artisan migrate

For Postman help you can download sample API from \postman\Passport.postman_collection

Learning Laravel

If you are new in laravel then for initial Laravel set up, please follow this link.

Learning Passport

For detail documentation of Passport please visit this link.

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors