This Rest API boilerplate aims to quickly get you up and running.
It requires you to have
- PHP 8.1^
- composer installed
After Clonning/Downloading - run the following commands
- Install PHP dependencies
composer install
- Serve the Application
php artisan serve