Skip to content

krepe/lumen8-api-skeleton

Repository files navigation

Rest API Lumen Skeleton

Basic structure for creating REST APIs using Lumen Framework 8 and JWT authentication - generating universally unique identifiers (UUIDs)

System requirements

  • PHP >= 7.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension

Installation

$ git clone https://github.com/krepe/lumen8-api-skeleton.git
$ cd lumen8-api-skeleton.git/

IMPORTANT: configure .env (copy .env.example) at the root of the application with the development variables: connections with MySQL.

$ composer install
$ php artisan key:generate
$ php artisan jwt:secret
$ php artisan migrate
$ php artisan db:seed --class=UserSeeder
$ php -S localhost:8000 -t public

Development server running in: http://localhost:8000

Packages Used

About

Lumen 8 Api Skeleton and JWT authentication - generating universally unique identifiers (UUIDs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors