Download the PHP package asika/jconsole without Composer
On this page you can find all versions of the php package asika/jconsole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jconsole
JConsole
An useful console tools for Joomla CMS
JConsole is a cli tools implement from Joomla Console Package. It provides an interface to create nested commands.
About Console package:
Please see: https://github.com/asika32764/joomla-framework/tree/console/src/Joomla/Console
Note: Console package has not added to Joomla Framework yet, it is an experimental package.
Installation via Composer
Then, remove libraries/jconsole/.gitignore
if you want to track whole Joomla by Git, use root gitignore instead.
Getting started
Open terminal, go to path/of/joomla
.
Type:
Will get a help message:
Available Commands
Add your own Commands
Use Plugin
Create a plugin in console
group.
Now, this custom command will added to system command.
We execute it.
Result
Use custom Command class
We can put our commands in plugin folder:
Create your command class.
Register command in your plugin.
This result will be same as previous section.
How to use Command class
Please see: https://github.com/asika32764/joomla-framework/tree/console/src/Joomla/Console
And: https://github.com/asika32764/joomla-framework/tree/console/src/Joomla/Console/Command
Todo
- SQL migration documentation.
- Site Installation
- Assets tools
- ACL fixer
Contribution
Welcome any Pull-request.