2024-12-20 15:03:22 +01:00
# Install
## Prerequisites
- In order to run this project please install all required software according to the laravel documentation: https://laravel.com/docs/11.x#installing-php
## Configuration & installation
- Make a copy of the .env.example to .env
- Run the following commands:
2024-12-18 20:10:11 +01:00
```bash
2024-12-20 15:03:22 +01:00
composer install & & php artisan key:generate & & npm i
2024-12-18 20:10:11 +01:00
```
2024-12-20 15:03:22 +01:00
# Run server
2024-12-18 20:10:11 +01:00
```bash
2024-12-20 15:03:22 +01:00
composer run dev
2024-12-18 20:10:11 +01:00
```
2024-12-20 15:03:22 +01:00