feat: app_debug to false and public user profiile controller

This commit is contained in:
2026-05-21 16:47:16 +02:00
parent 26f24fcd07
commit 50ebc54551
3 changed files with 46 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ env:
clear:
APP_LOCALE: fr
APP_ENV: production
APP_DEBUG: "true"
APP_DEBUG: "false"
APP_URL: https://bemeal.leonmorival.com
SERVER_NAME: ":80"
APP_RUNTIME: "Laravel\\FrankenPHP\\Runtime"