Initial PHP slim project structure

This commit is contained in:
2022-11-19 13:51:05 -05:00
parent 63dcfcdde5
commit 4a44aef764
13 changed files with 1546 additions and 8 deletions

11
.gitignore vendored
View File

@ -1,8 +1,5 @@
# ---> Composer
composer.phar
/vendor/
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
# Composer dependencies
vendor/
# PHP CodeSniffer cache
.phpcs-cache