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
Requires
- iplox/iplox: 0.1.*
- smarty/smarty: 3.*
This package is not auto-updated.
Last update: 2024-10-30 17:44:52 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