Skip to content

Commit 07fe4c5

Browse files
committedJun 24, 2016
adding classes for mail service
0 parents  commit 07fe4c5

File tree

425 files changed

+33294
-0
lines changed

Some content is hidden

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

425 files changed

+33294
-0
lines changed
 

‎.env.example

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ENV=dev
2+
3+
DB_NAME=your_great_db_name
4+
DB_USER=your_db_user
5+
DB_PASSWORD=A_super_strong_password
6+
DB_HOST=127.0.0.1
7+
DB_TYPE=mysql
8+
9+
CACHE_HOST=127.0.0.1
10+
CACHE_PORT=11211

‎.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store*
2+
.appdisk
3+
._.DS_Store*
4+
.localized
5+
._*
6+
*/images/*
7+
.idea
8+
vendor
9+
composer.lock
10+
.env

0 commit comments

Comments
 (0)
Please sign in to comment.