It's simple framework which is following PSR-4 standards and with the help of composer, one can use all the available packages with composer. Currently it's using eloquent ORM.
PHP 5.5+
To update libraries, simply require the project using Composer:
$ composer update
Just put the custom MVC files in server directory and the URL would be http://localhost/customMVC/public/
We welcome contributions! If you would like to hack on custom MVC, please follow these steps:
- Fork this repository
- Make your changes
- Install the requirements
- Submit a pull request after running
make check
(ensure it does not error!)
Please give us adequate time to review your submission. Thanks!
Rvish custom MVC is licensed under The MIT License (MIT).