iplox/iplox-mvc-skeleton

There is no license information available for the latest version (v0.1.2) of this package.

A skeleton mvc-app using Iplox, Smarty, jQuery and Bootstrap.

v0.1.2 2016-04-20 19:05 UTC

This package is not auto-updated.

Last update: 2024-05-15 15:25:34 UTC


README

This is a skeleton mvc application to get started with the Iplox framework. This code will also serve as starting point and reduce boilerplate code for any project.

For more information about the Iplox framework visit the project website.

Getting started

git clone https://github.com/iplox/iplox-mvc-skeleton
cd iploxphp-mvc-skeleton
git remote set-url origin <new-project-repo-url>

Install composer dependencies

composer install

Install bower dependencies

bower install