Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

A demo application of how to setup authentication with Laravel Janitor using JWT as a driver.

Notifications You must be signed in to change notification settings

pactode/laravel-janitor-jwt-demo

Repository files navigation

Laravel Janitor JWT Demo

This a the demo project related to my article on Medium.

Installation

Clone the project from github:

git clone [email protected]:pactode/laravel-janitor-jwt-demo.git

Change directory to the project root.

cd laravel-janitor-jwt-demo

Install dependencies with composer

composer install

Copy the .env.example file to .env and update the database information accordingly.

cp .env.example .env

Generate application key

php artisan key:generate

Run the database migrations

php artisan migrate

Generate JWT secret

php artisan jwt:secret

Serve the application using Valet or by running: php artisan serve

About

A demo application of how to setup authentication with Laravel Janitor using JWT as a driver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published