rotexsoft/slim-skeleton-mvc-app

Add PSR-4 option to the autoload section of the composer.json file

rotexdegba opened this issue · 0 comments

As per #1 (comment) , there should be a psr-4 section in the composer.json file with sane defaults for namespaces for controllers and models.

The documentation (README.md) should also contain a little bit of information on autoloading classes.