Init du projet

This commit is contained in:
2018-06-25 22:39:00 +02:00
commit f9229a6025
122 changed files with 23329 additions and 0 deletions

12
TODO.md Normal file
View File

@@ -0,0 +1,12 @@
# TODO
This is a TODO list for the feature/zend-mvc-v3-minimal branch.
## Documentation
- ModuleRouteListener is removed from the skeleton. This won't affect existing
users, but *will* affect experienced users who originally relied on it being
active in new skeleton projects.
- The `/[:controller][/:action]]` route was removed from the skeleton. Again, it
will not affect existing users, but *will* affect experienced users who
originally relied on it being active in new skeleton projects.