Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 2164cbb

Browse files
committedSep 15, 2016
Added API
0 parents  commit 2164cbb

Some content is hidden

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

105 files changed

+5021
-0
lines changed
 

‎.env.example

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
APP_ENV=production
2+
APP_DEBUG=false
3+
APP_KEY=SomeRandomKey
4+
5+
CACHE_DRIVER=array
6+
SESSION_DRIVER=array
7+
QUEUE_DRIVER=sync
8+
9+
CAT_GEN=path
10+
DOGE_GEN=path

‎.gitattributes

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* text=auto
2+
3+
/tests export-ignore
4+
/.gitattributes export-ignore
5+
/.gitignore export-ignore
6+
/.travis.yml export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/README.md export-ignore

0 commit comments

Comments
 (0)
This repository has been archived.