2025-01-18 23:59:19 +01:00
..
2025-01-18 23:59:19 +01:00
2025-01-18 23:46:07 +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