https://github.com/moolen/slimvc-documentation
SlimVC Documentation Repository
https://github.com/moolen/slimvc-documentation
Last synced: 4 months ago
JSON representation
SlimVC Documentation Repository
- Host: GitHub
- URL: https://github.com/moolen/slimvc-documentation
- Owner: moolen
- Created: 2014-08-09T18:02:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T08:26:33.000Z (almost 12 years ago)
- Last Synced: 2025-08-01T06:26:17.770Z (11 months ago)
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SlimVC Documentation
SlimVC uses [Slim](http://slimframework.com/) under the hood. Be sure to read [Slim Documentation](http://docs.slimframework.com/) if you want to dig deeper into it.
This Documentation is split into the following chapters:
- [Installation & Setup](https://github.com/moolen/SlimVC-documentation/tree/master/setup.md)
- [Configuration](https://github.com/moolen/SlimVC-documentation/tree/master/configuration.md)
- [Routing](https://github.com/moolen/SlimVC-documentation/tree/master/routing.md)
- [SlimVC Class](https://github.com/moolen/SlimVC-documentation/tree/master/slimvc.md)
- [Controllers](https://github.com/moolen/SlimVC-documentation/tree/master/controllers.md)
- [Models](https://github.com/moolen/SlimVC-documentation/tree/master/models.md)