Tardencilla / laravel-v8-lumen-jwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lumen PHP Framework

Starter Laravel Lumen Framework is a starter rest api already integrate with jwt.

  • Lumen (8.2.4) (Laravel Components ^8.0)

Quick start:

  • Clone the repository
  • run command: composer update
  • Configurate .env file
  • run command:
    • php artisan jwt:secret
    • php artisan migrate
    • php artisan db:seed

User:

Url (POST):

  • localhost:8000/register
  • localhost:8000/login
  • localhost:8000/logout

Official Documentation

  • Documentation for the framework can be found on the Lumen website.
  • Documentation for the JWT can be found on the Jwt website.

Contributing

mgafur

About


Languages

Language:PHP 98.6%Language:Shell 1.2%Language:Batchfile 0.1%