-
Notifications
You must be signed in to change notification settings - Fork 0
15 September 2020
Martin René Sørensen edited this page Sep 29, 2020
·
1 revision
This page is to document work done that is not visible in Git Commits.
- Fixed issue where slim didn't know how to create request from
$_SERVER
variable. - AutoWired all Actions to the
ContainerInterface
. - Started to implement entities and repositories for the database connection.
- Created
ConfigManager
to get config options from theconfig
directory into theDI\Container
.