From 87d23764da694d95e6c48bc7261c6c19a9d2d119 Mon Sep 17 00:00:00 2001 From: arriej Date: Tue, 2 Sep 2025 21:19:58 +0200 Subject: [PATCH] Added Faker and seeded DB --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a0baf2a..14b210a 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=SkunkLounge APP_ENV=local -APP_KEY= +APP_KEY=base64:EwYAjTUH78N13Kil0jkqQlxHJSsEJrc+DJzUrHa31GY= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost:8000