Skip to content

Commit d67d894

Browse files
author
Addin Gama Bertaqwa
committed
Add adminLTE template
1 parent 0c3c3ec commit d67d894

File tree

705 files changed

+325402
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

705 files changed

+325402
-148
lines changed

.env.dusk.local

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
APP_NAME=Laravel
2+
APP_ENV=local
3+
APP_KEY=base64:toGjV6grQxUq3QufszaCwWZpVLK25qtkzji++x8HYa0=
4+
APP_DEBUG=true
5+
APP_LOG_LEVEL=debug
6+
APP_URL=http://localhost:8000
7+
8+
DB_CONNECTION=sqlite_testing
9+
10+
BROADCAST_DRIVER=log
11+
CACHE_DRIVER=array
12+
SESSION_DRIVER=file
13+
QUEUE_DRIVER=sync
14+
15+
REDIS_HOST=127.0.0.1
16+
REDIS_PASSWORD=null
17+
REDIS_PORT=6379
18+
19+
MAIL_DRIVER=log
20+
MAIL_HOST=smtp.mailtrap.io
21+
MAIL_PORT=2525
22+
MAIL_USERNAME=null
23+
MAIL_PASSWORD=null
24+
MAIL_ENCRYPTION=null
25+
26+
PUSHER_APP_ID=
27+
PUSHER_APP_KEY=
28+
PUSHER_APP_SECRET=

.env.dusk.testing

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
APP_NAME=Laravel
2+
APP_ENV=local
3+
APP_KEY=base64:toGjV6grQxUq3QufszaCwWZpVLK25qtkzji++x8HYa0=
4+
APP_DEBUG=true
5+
APP_LOG_LEVEL=debug
6+
APP_URL=http://localhost:8000
7+
8+
DB_CONNECTION=sqlite_testing
9+
10+
BROADCAST_DRIVER=log
11+
CACHE_DRIVER=array
12+
SESSION_DRIVER=file
13+
QUEUE_DRIVER=sync
14+
15+
REDIS_HOST=127.0.0.1
16+
REDIS_PASSWORD=null
17+
REDIS_PORT=6379
18+
19+
MAIL_DRIVER=log
20+
MAIL_HOST=smtp.mailtrap.io
21+
MAIL_PORT=2525
22+
MAIL_USERNAME=null
23+
MAIL_PASSWORD=null
24+
MAIL_ENCRYPTION=null
25+
26+
PUSHER_APP_ID=
27+
PUSHER_APP_KEY=
28+
PUSHER_APP_SECRET=

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "project",
77
"require": {
88
"php": ">=5.6.4",
9+
"acacha/admin-lte-template-laravel": "4.*",
910
"guzzlehttp/guzzle": "^6.3",
1011
"laracasts/utilities": "^3.0",
1112
"laravel/framework": "5.4.*",

0 commit comments

Comments
 (0)