Skip to content

This a lumen laravel application (REST API). A simple beginner CRUD (Create, Read, Update, Delete) API with a local database.

Notifications You must be signed in to change notification settings

thomsontochi/lumen-9-RESTFUL-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

lumen-9-RESTFUL-API

BEGINNERS GUIDE TO LARAVEL 9 LUMEN : HOW TO CREATE RESTful APIs WITH LUMEN 9 This a lumen laravel application (REST API). A simple beginner CRUD (Create, Read, Update, Delete) API with a local database. the code can be found in the master branch

Project Setup In order to setup the application locally on you system.

clone the repository git clone https://github.com/thomsontochi/lumen-9-RESTFUL-API/tree/master cd into the project directory cd books-api install the dependencies for the application composer install create a .env file from the .env.example cp .env.example .env Generate an application key php artisan key:generate create a database called booksapi in your database update the env files with your mysql connection details that you have on your system

About

This a lumen laravel application (REST API). A simple beginner CRUD (Create, Read, Update, Delete) API with a local database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published