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.