Skip to content

nickmonick/Basic-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultra Light Weight PHP MVC

Running the app

Open the terminal in the root project directory
Run the command "composer init"
Followed by "composer update"
cd to the public folder and enter "php -S localhost:1000" (you can change to port to your choice from 1000)

Developing the app

The index.php in the public folder is where routes are added, as seen as the examples already there. The method added to routes are class that are to be created in the app/Controllers folder.

To Do

(feel free to contribute)

"x" = Done "-" = Work In Progress

  • Add Database Integration/Functionality - [x]
  • Add Models- [x]
  • Add View layouts- [-]
  • Add more middleware- [ ]
  • Better/More Error Handling- [-]
  • Add Documentation - [ ]

About

Small and functional MVC made solely in PHP

Topics

Resources

Stars

Watchers

Forks

Contributors