
box
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