Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 342ffb3

Browse files
committed
Initialisation new website
0 parents  commit 342ffb3

File tree

1,684 files changed

+227904
-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.

1,684 files changed

+227904
-0
lines changed

.env.example

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
APP_NAME=TypiCMS
2+
APP_ENV=local
3+
APP_KEY=
4+
APP_DEBUG=true
5+
APP_LOG_LEVEL=debug
6+
APP_URL=http://localhost
7+
8+
LOG_CHANNEL=single
9+
10+
DB_CONNECTION=mysql
11+
DB_HOST=127.0.0.1
12+
DB_PORT=3306
13+
DB_DATABASE=
14+
DB_USERNAME=
15+
DB_PASSWORD=
16+
17+
BROADCAST_DRIVER=log
18+
CACHE_DRIVER=array
19+
SESSION_DRIVER=file
20+
QUEUE_DRIVER=sync
21+
22+
FILESYSTEM_DRIVER=public
23+
24+
REDIS_HOST=127.0.0.1
25+
REDIS_PASSWORD=null
26+
REDIS_PORT=6379
27+
28+
MAIL_DRIVER=mailgun
29+
MAIL_HOST=mailtrap.io
30+
MAIL_PORT=2525
31+
MAIL_USERNAME=null
32+
MAIL_PASSWORD=null
33+
MAIL_ENCRYPTION=null
34+
35+
PUSHER_APP_ID=
36+
PUSHER_APP_KEY=
37+
PUSHER_APP_SECRET=
38+
39+
TYPICMS_CACHE=0 # -1 for unlimited cache
40+
41+
MAIL_FROM_ADDRESS=
42+
MAIL_FROM_NAME=
43+
44+
MAILGUN_DOMAIN=
45+
MAILGUN_SECRET=
46+
47+
GMAPS_API_KEY=
48+
49+
WELCOME_MESSAGE_URL=
50+
51+
TWITTER_CONSUMER_KEY=
52+
TWITTER_CONSUMER_SECRET=
53+
TWITTER_ACCESS_TOKEN=
54+
TWITTER_ACCESS_TOKEN_SECRET=
55+
56+
# Slack
57+
SLACK_TEAM_NAME="Laravel Cameroon"
58+
SLACK_TEAM_URL="https://laravelcm.slack.com"
59+
SLACK_API_TOKEN=
60+
61+
# Disqus
62+
DISQUS_ENABLED=true
63+
DISQUS_USERNAME=your_website_shortname
64+
65+
# Facebook
66+
FACEBOOK_ID=
67+
FACEBOOK_SECRET=
68+
FACEBOOK_REDIRECT=
69+
70+
# Google
71+
GOOGLE_ID=
72+
GOOGLE_SECRET=
73+
GOOGLE_REDIRECT=
74+
75+
# Github
76+
GITHUB_ID=
77+
GITHUB_SECRET=
78+
GITHUB_REDIRECT=

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* text=auto
2+
*.css linguist-vendored
3+
*.scss linguist-vendored
4+
*.js linguist-vendored
5+
CHANGELOG.md export-ignore

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/node_modules
2+
/public/hot
3+
/public/storage
4+
/storage/*.key
5+
/vendor
6+
.env
7+
.phpunit.result.cache
8+
Homestead.json
9+
Homestead.yaml
10+
npm-debug.log
11+
yarn-error.log

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.local.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)