2025-01-19 14:12:36 +01:00
..
2025-01-19 14:12:36 +01:00
2025-01-19 12:44:52 +01:00
2025-01-18 18:41:21 +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