A ready-to-use Model View Controller template in PHP
Use this repo as a template! (Or clone it)
After downloading the repo. [Open it](http://localhost/PHPbones)
Everything you need to modify has "=" in prefix and sufix
Do
CTRL + SHIFT + R
orCMD + SHIFT + R
to replace everything
N-O-T-H-I-N-G. You just have to move the template to your HTDOCS folder. And on your browser go to your localhost
After configuration you can add more information in
My-Project-Name/app/config/config.php
(Database, site name)
Open the terminal. Then type the command php generate.php help
.
My-Project-Name/app/views
My-Project-Name/app/models
My-Project-Name/app/controllers