This is a Coalition Laravel Skill Test. Even though the project can be done without laravel, I chose to use laravel because of the title of the test. Hence, a laravel setup is needed to be achieved apart from have a php server
- PHP >= 7.3
- Composer
-
Install PHP dependencies:
composer install
-
Start the development server:
php artisan serve
The application will be available at http://localhost:8000.