rotexsoft / slim-skeleton-mvc-app

This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

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

Closed rotexdegba closed 7 years ago

rotexdegba commented 8 years ago

As per https://github.com/rotexsoft/slim3-skeleton-mvc-app/issues/1#issuecomment-210380405 , 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.