dreadlokeur / midi-chlorians-php-skeleton-application
Application Skeleton for Midi-ChloriansPHP Framework.
1.0.1stable
2014-11-13 16:07 UTC
Requires
- php: >=5.4.0
- dreadlokeur/midi-chlorians-php: 1.0.1stable
This package is not auto-updated.
Last update: 2024-11-05 02:13:04 UTC
README
Introduction
This is a simple, skeleton application using the Midi-ChloriansPHP Framework
Installation
Using Composer (recommended)
cd my/project/dir
git clone git://github.com/dreadlokeur/Midi-ChloriansPHPSkeletonApplication.git
cd Midi-ChloriansPHPSkeletonApplication
php composer.phar self-update
php composer.phar install
(The self-update
directive is to ensure you have an up-to-date composer.phar
available.)
Using Bower for loading Template (default) dependencies
npm install -g bower
cd my/project/dir/application/views/default/assets/
bower install