lucinda / framework-configurer
Console step by step configurer for Lucinda Framework 3.0
Package info
github.com/aherne/lucinda-framework-configurer
pkg:composer/lucinda/framework-configurer
v3.1.11
2022-12-26 05:23 UTC
Requires
- php: ^8.1
- ext-readline: *
- ext-simplexml: *
- ext-xml: *
- lucinda/abstract_mvc: ~2.0
- lucinda/errors-mvc: ~3.0
- lucinda/framework-engine: ~3.0
- lucinda/headers: ~2.0
- lucinda/internationalization: ~4.0
- lucinda/logging: ~4.0
- lucinda/migrations: ~2.0
- lucinda/mvc: ~4.0
- lucinda/nosql-data-access: ~4.0
- lucinda/oauth2-client: ~3.0
- lucinda/security: ~4.0
- lucinda/sql-data-access: ~4.0
- lucinda/view-language: ~4.0
Requires (Dev)
- lucinda/unit-testing: ^2.0
This package is auto-updated.
Last update: 2026-05-26 12:59:13 UTC
README
This API configures a freshly installed Lucinda Framework 4.0 project via run method of CommandRunner class:
$commandRunner = new Lucinda\Configurer\CommandRunner(); $commandRunner->run($option, $additionalParameters = []);
where value of $option can be:
- project: creates a project in current lucinda installation according to step-by-step user choices
- vhost: creates a virtual host for your project, available IF ran as root/superuser
- environment: (TBD) adds a new development environment to existing project according to step-by-step user choices