Initial commit
This commit is contained in:
commit
8e99d4586a
2 changed files with 13 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Editors
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
/tmp
|
||||||
|
|
||||||
|
# PHP
|
||||||
|
/vendor
|
||||||
|
/coverage
|
||||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
# php-slim-template
|
||||||
|
|
||||||
|
Skeleton for a PHP application using the Slim framework, including local docker environment
|
||||||
Loading…
Add table
Add a link
Reference in a new issue