On this page you find all important commands for the CLI tool box. If the
command you are looking for is missing please ask our AI.
box
The Box application simplifies the PHAR building process. Out of the box (no pun intended), the application can do many great things.
List of commands for box:
-
box:phar-extension:information Display information about the PHAR PHP extension.$ box infotry on your machineexplain this command
-
box:phar:compile:using:a:specific:config:file Compile a new Phar file using a specific config file.$ box compile -c ${path/to/config}try on your machineexplain this command
-
box:phar:file:information Display information about a specific Phar file.$ box info ${path/to/phar_file}try on your machineexplain this command
-
box:phar:file:verify-signature Verify the signature of a specific Phar file.$ box verify ${path/to/phar_file}try on your machineexplain this command
-
box:tldr:449ae box: Display all available commands and options.$ box helptry on your machineexplain this command
-
box:tldr:f327e box: Validate the first found config file in the working directory.$ box validatetry on your machineexplain this command