Skip to content

Commit 33b8e34

Browse files
authored
Merge pull request #232 from vrkansagara/master
Removal of server log(s).
2 parents 781f175 + 10c1fa7 commit 33b8e34

File tree

3 files changed

+4
-2769
lines changed

3 files changed

+4
-2769
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
APP_NAME="Laravel Admin Panel"
22
APP_ENV=local
33
APP_KEY=base64:O+TrollIDwasHEREtMG9kBc+/Q32exQLusNVhnq558w=
4-
APP_DEBUG=true
4+
APP_DEBUG=false
55
APP_LOG_LEVEL=debug
66
APP_URL=http://localhost
77

.gitignore

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ public/js/skins/*.js
3232

3333
composer.lock
3434
public/img/backend/blog_images/*
35-
public/mix-manifest.json
35+
public/mix-manifest.json
36+
public/access.log
37+
public/error.log

0 commit comments

Comments
 (0)