This framework was created to help you look for features that you need to create your own custom framework. DO NOT use it for production. Use Symfony Framework or Laravel instead.
- Front controller
- ORM
- Autoloading
- MVC architecture
- Copy
config/config.dist.phptoconfig/config.phpand update your settings. - Compile LESS styles into minified CSS:
lessc $ProjectFileDir$\public\assets\src\less\style.less $ProjectFileDir$\public\assets\dist\style.min.css --clean-css --source-map