Compare commits

..

No commits in common. 'master' and 'ai_support' have entirely different histories.

@ -59,7 +59,6 @@ steps:
CONTAINERNAME: smartfit_db
PRIVATE : true
COMMAND: create
OVERWRITE: true
CODEFIRST_CLIENTDRONE_ENV_MARIADB_ROOT_PASSWORD:
from_secret: db_root_password
CODEFIRST_CLIENTDRONE_ENV_MARIADB_DATABASE:

@ -1,4 +1,5 @@
# Slim Framework 4 Skeleton Application
[![Coverage Status](https://coveralls.io/repos/github/slimphp/Slim-Skeleton/badge.svg?branch=master)](https://coveralls.io/github/slimphp/Slim-Skeleton?branch=master)
Use this skeleton application to quickly setup and start working on a new Slim Framework 4 application. This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation. It also uses the Monolog logger.

Loading…
Cancel
Save