lucinda / framework-configurer
Console step by step configurer for Lucinda Framework 3.0
Installs: 10 279
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
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
- dev-master
- v3.1.11
- v3.1.10
- v3.1.9
- v3.1.8
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.x-dev
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.4.1
- v2.4.0
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0.3
- v2.2.0.2
- v2.2.0.1
- v2.2.0
- v2.1.0
- v2.0.x-dev
- v2.0.7
- v2.0.6
- v2.0.5.1
- v2.0.5
- v2.0.4.4
- v2.0.4.3
- v2.0.4.2
- v2.0.4.1
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.0
- v1.0.x-dev
- v1.0.9
- v1.0.8.1
- v1.0.8
- v1.0.7
- v1.0.6.1
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-26 09:33:57 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