dreadlokeur / midi-chlorians-php-skeleton-application
Application Skeleton for Midi-ChloriansPHP Framework.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dreadlokeur/midi-chlorians-php-skeleton-application
Requires
- php: >=5.4.0
- dreadlokeur/midi-chlorians-php: 1.0.1stable
This package is not auto-updated.
Last update: 2025-10-07 06:53:17 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