Skip to content

Commit e2da810

Browse files
authored
Merge pull request #319 from connorabbas/develop
Small fixes
2 parents a2d5684 + af18d56 commit e2da810

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_TIMEZONE=UTC
6-
APP_URL=http://localhost
6+
APP_URL=http://localhost:8000
77

88
APP_LOCALE=en
99
APP_FALLBACK_LOCALE=en

storage/pail/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

0 commit comments

Comments
 (0)