Commands
The basic LAMP stack consists out of Apache 2.4, PHP 7.3 and MariaDB 10.4 (MySQL). You can manage Joomla sites using our
Joomlatools Console. To manage the box itself, you can use the box
command via
the web terminal, or by SSHing into the box with vagrant ssh
.
If you run box
by itself, help will be displayed showing all available commands. In addition to this, you can run any box
command with the -h
flag to output help about that specific command.
For example, try running box server:restart -h
. The help will output a one sentence synopsis of what the command does as well as a list of all the options the command accepts. The box
command also supports Bash auto-complete. Type a partial command, then press the tab
key to auto-complete the command sequence.
In depth documentation and use cases of all Box commands: