Skip to content

Boilerplate that sets up an API with JWT authentication Laravel 5.7

Notifications You must be signed in to change notification settings

redbonzai/Laravel-JWT-API-Boilerplate

Repository files navigation

Setup domain

vim /etc/hosts
and enter : 
127.0.0.1 amazing.test

Setup Docker or Vagrant, whatever you want.

Get the .env file

cp env-example .env

Composer install

composer install

You won't need it, but compile assets just in case

npm install

Run Migrations

php artisan migrate

Postman environment

Run in Postman

About

Boilerplate that sets up an API with JWT authentication Laravel 5.7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published