Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xathon committed Sep 22, 2020
0 parents commit b7d0ece
Show file tree
Hide file tree
Showing 26 changed files with 26,387 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/vendor
/.idea
# .env needs to be manually supplied
.env
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"require": {
"vlucas/phpdotenv": "3.6.x-dev",
"ext-mysqli": "*",
"ext-gd": "*"
}
}
238 changes: 238 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b7d0ece

Please sign in to comment.