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
- Host: GitHub
- URL: https://github.com/ronycse778/laravel-simple-rest-api
- Owner: ronycse778
- Created: 2024-07-30T07:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T09:00:21.000Z (over 1 year ago)
- Last Synced: 2025-01-06T20:48:00.469Z (about 1 year ago)
- Topics: api, api-rest, laravel-api, php, rest-api, simple-api
- Language: PHP
- Homepage:
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.