This is a Laravel project that contains logic for a dynamic multi-step form using RESTful API
You can check how it works here
Run:
> composer install
> php artisan migrate:fresh --seedRemember to create a .env.testing file and use a different database name (recommended) for testing. Then execute php artisan test to run the suite ✌🏼