Skip to content

Commit 0486d4e

Browse files
committed
chore(docs): Box
1 parent 493f99e commit 0486d4e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ phpctl sh echo 'Hello, World!' # To run arbitrary sh commands inside the contain
5555
### Useful
5656
| Command | Description |
5757
|-----------------|---------------------------------------------------------------------|
58-
| `phpunit` | Runs PHPUnit. |
58+
| `phpunit` | Runs [PHPUnit](https://phpunit.de/). |
5959
| `sh [commands]` | Starts an interactive Shell session or runs `sh` commands. |
6060
| `repl` | Starts a PHP REPL session (powered by [PsySH](https://psysh.org/)). |
61-
| `php-cs-fixer` | Runs PHP-CS-Fixer. |
62-
| `phpstan` | Runs PHPStan. |
61+
| `php-cs-fixer` | Runs [PHP-CS-Fixer](https://cs.symfony.com/). |
62+
| `phpstan` | Runs [PHPStan](https://phpstan.org/). |
6363
| `infection` | Runs [Infection](https://infection.github.io/). |
64+
| `box` | Runs [Box](https://github.com/box-project/box). |
6465

6566
### Scaffolders
6667
| Command | Description |
@@ -73,6 +74,7 @@ phpctl sh echo 'Hello, World!' # To run arbitrary sh commands inside the contain
7374
- `php-cs-fixer`
7475
- `phpstan`
7576
- `infection`
77+
- `box`
7678

7779
### Helpers
7880
| Command | Description |

src/help.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ help() {
3030
echo -e "\033[0;32m infection \033[0m Runs Infection, a PHP Mutation Testing Framework"
3131
echo -e "\033[0;32m create [framework] [dir] \033[0m Creates a new project using the given framework (or package)"
3232
echo -e "\033[0;32m init [skeleton] \033[0m Initializes a skeleton configuration (phpunit, php-cs-fixer)"
33+
echo -e "\033[0;32m box \033[0m Runs Box (PHAR builder)"
3334
echo -e "\033[0;32m help or man \033[0m Displays this help message"
3435
echo -e "\033[0;32m doctor \033[0m Inspects the current PHP_VERSION and PHPCTL_IMAGE"
3536
echo -e "\033[0;32m build \033[0m Builds the current Dockerfile (useful for custom images)"

0 commit comments

Comments
 (0)