Prerequisite Softwares
- PHP 8.1.4
- Xampp/Any other with minimum 8.1 php version
- Download and Install Composer from here https://getcomposer.org/download/
To start your Laravel server:
- Install composer dependencies with
composer install
- Start laravel application with
php artisan serve
Now you can visit 127.0.0.1:8000/transform
from your browser.