dreadlokeur/midi-chlorians-php-skeleton-application

Application Skeleton for Midi-ChloriansPHP Framework.

1.0.1stable 2014-11-13 16:07 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:25:57 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