Skip to content

innerfly/php_mvc_twig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Example PHP application using MVC pattern and Twig template engine with CRUD opportunity.

Installation

  • Clone this project: git clone git://github.com/innerfly/php_mvc_twig.git php_mvc_twig; cd php_mvc_twig
  • Download composer: curl -s https://getcomposer.org/installer | php
  • Install dependencies: php composer.phar install
  • Create MySQL database and import orders.sql to it: mysql create database mvc_twig; use mvc_twig; source orders.sql
  • Make changes to config.php to set DB access

👍 Based on cool JREAM MVC videos https://www.youtube.com/playlist?list=PL7A20112CF84B2229

About

Example PHP application using MVC pattern and Twig template engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published