Skip to content

Loule95450/PHPbones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-MVC-Template

A ready-to-use Model View Controller template in PHP

SonarCloud Review

Reliability Rating Bugs Vulnerabilities Security Rating Maintainability Rating

Start to configure your MVC file

After downloading the repo. [Open it](http://localhost/PHPbones) Everything you need to modify has "=" in prefix and sufix

If you have a recent IDE :

Do CTRL + SHIFT + R or CMD + SHIFT + R to replace everything

What do I need to modify for my template to work?

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)

How to add pages?

Open the terminal. Then type the command php generate.php help.

What are the files for?

Files for front-end development

My-Project-Name/app/views

Files for SQL Commands

My-Project-Name/app/models

Files for Back-end delelopment

My-Project-Name/app/controllers

Collaborators