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