Commit 5b9cfec
committed
Add php-connect and composer-script commands to README
This commit updates the README to include documentation for two important
commands that were implemented in the Makefile but not yet documented:
1. php-connect: Provides direct shell access to the PHP container, making
it easier for developers to run commands, install packages, or debug
issues directly within the container environment.
2. composer-script: Adds a flexible way to run Composer scripts with
arguments, allowing users to execute custom scripts defined in their
composer.json files without needing to construct complex Docker commands.
Both additions enhance the developer experience by providing more intuitive
and powerful ways to interact with the containerized environment. The
documentation now accurately reflects all available commands from the Makefile.1 parent 9a17c88 commit 5b9cfec
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
| 388 | + | |
387 | 389 | | |
388 | 390 | | |
389 | 391 | | |
| |||
0 commit comments