dravencms/console

DravenCMS Console metapackage

Maintainers

Package info

github.com/dravencms/console

Type:dravencms-package

pkg:composer/dravencms/console

Transparency log

Statistics

Installs: 187

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.4 2021-10-14 03:30 UTC

This package is auto-updated.

Last update: 2026-08-24 22:38:55 UTC


README

Small integration package that enables the Contributte Console extension for DravenCMS applications. Other packages depend on it to register Symfony Console commands through Nette DI.

Installation

composer require dravencms/console

The bundled configuration registers:

extensions:
    console: Contributte\Console\DI\ConsoleExtension(%consoleMode%)

%consoleMode% should be defined by the application bootstrap or configuration. Commands contributed by installed packages become available through the application's normal console entry point.

Package Authors

Register command classes as services in your package DI extension. DravenCMS packages commonly keep command service definitions in DI/console.neon and load them from their compiler extension.

License

This package is licensed under the LGPL-3.0 license.