/laravel-api-jwt

Simple API with JWT Authentication

Primary LanguagePHP

StyleCI

About Application

This is a sample API that returns php artisan inspire command line result.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Documentation

Postman Documentation is accessible here

Postman collection Inspire API.postman_collection.json

Installation

Run migrations:

php artisan migrate

Generate secret tokens:

php artisan passport:install

Create a new client:

php artisan passport:client --personal

Run:

php artisan serve