denisrpriebe / Template

Template - A Smarty PHP Web Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template

The Template project is my attempt at a MVC based framework to help me get projects off the ground faster. It is a Smarty PHP Web Framework.

You need composer and bower to install the framework components.

You may install Template with composer:

composer create-project denisrpriebe/template

then run

composer install

followed by

composer dump-autoload -o

You should then run:

bower install

to install bootstrap, jquery and a few other nice libraries.

About

Template - A Smarty PHP Web Framework.


Languages

Language:PHP 50.3%Language:Smarty 43.6%Language:CSS 3.8%Language:JavaScript 2.3%