Example PHP application using MVC pattern and Twig template engine with CRUD opportunity.
- 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