phalcana/installer

Installer for Phalcana using composer

v0.8.0 2015-09-09 23:16 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:09:39 UTC


README

This is a custom composer installer for the Phalcana framework.

Usage

When creating a module to be included via composer you must include this in your composer.json and give the module the type phalcana-module. This ensures that composer will install the module into the modules folder in your project.

You can do this by simply running the code below.

composer require phalcana/installer