An open API service indexing awesome lists of open source software.

https://github.com/ronycse778/laravel-simple-rest-api

Very simple and easy rest api with laravel 11.x
https://github.com/ronycse778/laravel-simple-rest-api

api api-rest laravel-api php rest-api simple-api

Last synced: about 2 months ago
JSON representation

Very simple and easy rest api with laravel 11.x

Awesome Lists containing this project

README

          

# laravel-simple-rest-api
Very simple and easy rest api with laravel 11.x. This is tokenless API. Simply clone the project and follow the processes to setup project correctly.

Test platform: Php-8.2 with Xampp-3.3.0

Unzip env.zip file and vendor.zip file.

Create database named "laravel_api".

Default user: root, Pass: ""

Import sql file from Data.Source folder into this db.


Serve the project.

php artisan serve


A postman snapshot of simple api request & response shown in Data.Source folder.