From af18d56c51d27fb76d3cee6ba368302e34e72dd0 Mon Sep 17 00:00:00 2001 From: Connor Abbas Date: Sat, 31 May 2025 12:18:23 -0500 Subject: [PATCH] small fixes --- .env.example | 2 +- storage/pail/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 storage/pail/.gitignore diff --git a/.env.example b/.env.example index c1d57492..69b07f55 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ APP_ENV=local APP_KEY= APP_DEBUG=true APP_TIMEZONE=UTC -APP_URL=http://localhost +APP_URL=http://localhost:8000 APP_LOCALE=en APP_FALLBACK_LOCALE=en diff --git a/storage/pail/.gitignore b/storage/pail/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/storage/pail/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore