From 91549f1a0592e1a17271807013aed6b8bd6aa34e Mon Sep 17 00:00:00 2001 From: Nebulae Date: Fri, 21 Nov 2025 16:20:20 +0100 Subject: [PATCH] init(first commit nebulabs) --- .env.example | 2 +- .lando.yml | 8 ++++---- README.md | 2 +- database-schema.md | 2 +- package-lock.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index b2afb6b..c62877b 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_NAME="Le Retzien Libre" +APP_NAME="Roxane - Le Retzien Libre" APP_ENV=local APP_KEY= APP_DEBUG=true diff --git a/.lando.yml b/.lando.yml index fc1bc0d..401c13b 100644 --- a/.lando.yml +++ b/.lando.yml @@ -1,4 +1,4 @@ -name: lrl-app +name: roxane-app recipe: laravel config: php: '8.3' @@ -11,11 +11,11 @@ config: proxy: appserver: - - lrl-app.lndo.site + - roxane.lndo.site mailhog: - - mail.lrl-app.lndo.site + - mail.roxane.lndo.site pma: - - pma.lrl-app.lndo.site + - pma.roxane.lndo.site services: pma: diff --git a/README.md b/README.md index 9e523ab..2e104a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LRL APP - Centralized Portal with Laravel, React & Keycloak SSO +# ROXANE - Centralized Portal with Laravel, React & Keycloak SSO This project is a **centralized portal application & web hosting association ERP** built with **Laravel 12 & React19**, designed to provide a seamless and secure entry point for both **end users** and **administrators**. diff --git a/database-schema.md b/database-schema.md index 8b1d85e..0020420 100644 --- a/database-schema.md +++ b/database-schema.md @@ -1,5 +1,5 @@ --- -title: Schéma de Base de Données - Le Retzien Libre +title: Schéma de Base de Données - Roxane - Le Retzien Libre --- erDiagram users ||--o{ members : "a" diff --git a/package-lock.json b/package-lock.json index 577899f..0ac9071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "app", + "name": "roxane", "lockfileVersion": 3, "requires": true, "packages": {