395 B
395 B
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:
composer install && php artisan key:generate && npm i
Run server
composer run dev