..
2025-01-03 16:25:30 +01:00
2024-12-20 21:46:54 +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