mfsiat / larapassport

Laravel Passport API configuration. Fully configured laravel passport.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larapassport

A starter kit with passport api fully configured

Info

  • For authenticating with API we use passport in various frameworks. In this repo we configured passport api so that anyone could clone it and use it without doing the initial setups. This could save some time.

Usage

  • clone the repo
  • delete the .git folder for your personal use.
  • Run composer install
  • configure .env with DB credentials.
  • generate php private key by php artisan key:generate
  • install passport by php artisan passport:install
  • run the site using php artisan serve
  • to check the routes please run php artisan route:list

About

Laravel Passport API configuration. Fully configured laravel passport.


Languages

Language:PHP 95.5%Language:Blade 3.5%Language:Shell 0.9%