Skip to content

mauveine/laravel-jwt

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Project setup

Install all vendor dependencies

composer install

Install the JWT secret in the .env file

php artisan jwt:secret

Connect laravel to a database

I recommend using docker with either laravel sails or laradock.

Install migrations and seed the table of users

php artisan migrate:fresh --seed

Test

Run php artisan test to run the integration tests of JWT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published