Loule95450 / PHPbones

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

Home Page:php-mvc-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

php-mvc-template.vercel.app

License:MIT License


Languages

Language:PHP 97.2%Language:CSS 2.7%Language:Hack 0.0%