phalcana / installer
Installer for Phalcana using composer
Installs: 75
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- composer-plugin-api: 1.0.0
This package is not auto-updated.
Last update: 2025-01-04 19:48:05 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