This is mini Laravel app which can help you to practice this Strategy design pattern.
- Clone git repo
- Install dependencies
composer install
- Start server
php artisan serve
- Open app in browser http://127.0.0.1:8000/
For solution check branch solution