Build Status Total Downloads Latest Stable Version License

Installation

Setup this repository first

Usage

git clone https://github.com/danixsofyan/laravel-passport-oauth2
cd laravel-passport-oauth2

Setup Laravel Packages and Migrations

Make sure you do this before setup on bash

  • PHP version is on version 8
  • .env File is available or exists
  • Change database config on .env file
  • Composer installed

Bash Usage

composer install
cp .env.example .env
php artisan key:generate
npm install && npm run dev
php artisan migrate
php artisan serve