Yuriy Belenko 0e9d6b09be
[php-slim4] Add monolog package as default logger (#12137)
* Add monolog to templates

* Remove default values from DI\get helper

It turned out \DI\get expects only single argument, current method call
doesn't throw any errors but it should be corrected anyway.

* Refresh samples
2022-04-16 16:20:05 +08:00

29 lines
620 B
Plaintext

.github/workflows/main.yml
.gitignore
README.md
composer.json
config/.htaccess
config/dev/default.inc.php
config/prod/default.inc.php
lib/Api/AbstractPetApi.php
lib/Api/AbstractStoreApi.php
lib/Api/AbstractUserApi.php
lib/App/RegisterDependencies.php
lib/App/RegisterMiddlewares.php
lib/App/RegisterRoutes.php
lib/App/ResponseEmitter.php
lib/Auth/AbstractAuthenticator.php
lib/BaseModel.php
lib/Model/ApiResponse.php
lib/Model/Category.php
lib/Model/Order.php
lib/Model/Pet.php
lib/Model/Tag.php
lib/Model/User.php
logs/.htaccess
phpcs.xml.dist
phpunit.xml.dist
public/.htaccess
public/index.php
tests/BaseModelTest.php