Initial commit

This commit is contained in:
Lexi / Zoe 2021-07-09 19:37:04 +02:00
commit 8e99d4586a
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
2 changed files with 13 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# Editors
.vscode
.idea
# Misc
/tmp
# PHP
/vendor
/coverage

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# php-slim-template
Skeleton for a PHP application using the Slim framework, including local docker environment