You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,6 @@ Box is committed to helping improve the programming experience of Hyperf applica
6
6
7
7
## This is still an early experimental version, have fun ~
8
8
9
-
You could download the latest builded `box` binary file from Github Actions artifact of this project.
10
-
Click [here](https://github.com/hyperf/box/actions) to download ~
11
-
12
9
Please notice that the `php` which in box **ONLY** supports for **Swow**, but **NOT** Swoole, so your Hyperf application should created by [hyperf/swow-skeleton](https://github.com/hyperf/swow-skeleton) or other else swow skeleton.
13
10
If you want to use Swoole, please use `swoole-cli` instead of `php` command, also the other PHP proxy commands are invalid.
14
11
Tips: run `box get swoole-cli` to get the latest version swoole-cli..
@@ -20,7 +17,7 @@ Tips: run `box get swoole-cli` to get the latest version swoole-cli..
// Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in$PATH env that you want
@@ -69,7 +66,8 @@ Box needs a Github Access Token to request github api, to retrieve the versions
69
66
-`box php <argument>` to run any PHP command via current PHP version of box
70
67
-`box swoole-cli <argument>` to run any command via swoole-cli, since box v0.2.0
71
68
-`box composer <argument>` to run any Composer command via box, the version of the composer bin depends on the last executed `get composer` command
72
-
-`box php-cs-fixer <argument>` to run any php-cs-fixer command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command
69
+
-`box php-cs-fixer <argument>` to run any `php-cs-fixer` command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command
73
70
-`box cs-fix <argument>` to run `php-cs-fix fix` command via box, the version of the composer bin depends on the last executed `get php-cs-fixer` command
74
-
-`box phpstan <argument>` to run any phpstan command via box, the version of the composer bin depends on the last executed `get phpstan` command, since box v0.3.0
71
+
-`box phpstan <argument>` to run any `phpstan` command via box, the version of the composer bin depends on the last executed `get phpstan` command, since box v0.3.0
72
+
-`box pint <argument>` to run any `pint` command via box, the version of the composer bin depends on the last executed `get pint` command, since box v0.3.0
75
73
-`box version` to dump the current version of the box bin
0 commit comments