- php 8.1
composer i
cp .env.example .env
php artisan key:generate
- run this command
php artisan serve
- Open home page link (http://127.0.0.1:8000)
- Select your csv file from your computer
- Click on calculate button
For running test please run below command
php artisan test
Also, you can run this command
composer test