2025-01-14 22:11:31 +01:00
..
2025-01-14 22:11:31 +01:00
2025-01-14 22:11:31 +01:00
2025-01-14 22:11:31 +01:00
2024-12-18 10:14:56 +01:00

Install

Prerequisites

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