Requirements Minimum php version 8.1 How to run the repo Clone the repo Install dependencies composer install Make a local env file cp .env.example .env Generate an app key php artisan key:generate Start a local server php artisan serve Running the tests run the test command php artisan test