Skip to content

ravi-sharma/customMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

A simple custom MVC framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published