Skip to content

Commit 5b9cfec

Browse files
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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,8 @@ The Makefile provides many helpful commands:
384384
| composer-install | Install PHP dependencies |
385385
| composer-update | Update PHP dependencies |
386386
| composer-autoload | Update the autoloader |
387+
| composer-script | Run custom scripts defined in composer.json |
388+
| php-connect | Open an interactive shell in PHP container |
387389
| test | Run tests |
388390
| code-sniff | Check code style with PHP_CodeSniffer |
389391
| phpmd | Analyze code with PHP Mess Detector |

0 commit comments

Comments
 (0)