Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 925 Bytes

A simple custom MVC framework with Eloquent

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.

Installation

PHP 5.5+

To update libraries, simply require the project using Composer:

$ composer update

Usage

Just put the custom MVC files in server directory and the URL would be http://localhost/customMVC/public/

Contributing

We welcome contributions! If you would like to hack on custom MVC, please follow these steps:

  1. Fork this repository
  2. Make your changes
  3. Install the requirements
  4. Submit a pull request after running make check (ensure it does not error!)

Please give us adequate time to review your submission. Thanks!

License

Rvish custom MVC is licensed under The MIT License (MIT).