Skip to content

A simple MVC framework with no external dependencies

License

Notifications You must be signed in to change notification settings

sertxudeveloper/MVC-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVC Framework

A simple MVC framework with no external dependencies

  • Add your routes in the routes/web.php
  • Create your models in the app/models
  • You don't need to add the getters and setters!
  • Create your controllers in the app/controllers