@@ -174,11 +174,8 @@ Don't hesitate to take a look at those files, as they are provided with nice com
174174
175175### Toolbox
176176
177- The Toolbox is a container which has many roles. Its PHP configuration is identical to the PHP-FPM configuration, but it also
178- adds Composer and NodeJS. We provided a simple command to connect to it: ` orbit run toolbox ` .
179-
180- Once you're in the container, you're able to install your PHP dependencies with ` composer ` and install your frontend dependencies
181- with ` yarn ` .
177+ The Toolbox is a container which has many roles. Its PHP configuration is identical to the PHP-FPM configuration, but it
178+ adds useful tools (see below). We provided a simple command to connect to it: ` orbit run toolbox ` .
182179
183180It also generates useful files:
184181
@@ -188,6 +185,25 @@ It also generates useful files:
188185
189186Last but not least, it checks that your Graylog is ready to receive logs from others containers.
190187
188+ #### Available tools
189+
190+ ** Composer** - https://getcomposer.org/
191+
192+ > Composer helps you declare, manage and install dependencies of PHP projects.
193+
194+ ** npm** - https://www.npmjs.com/
195+
196+ > npm is the package manager for JavaScript and the world’s largest software registry.
197+
198+ ** yarn** - https://yarnpkg.com/lang/en/
199+
200+ > FAST, RELIABLE, AND SECURE DEPENDENCY MANAGEMENT
201+
202+ ** PHP Coding Standards Fixer** - http://cs.sensiolabs.org/
203+
204+ > The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards
205+ as defined in the PSR-1 and PSR-2 documents and many more.
206+
191207#### Configuration
192208
193209| Variable | Location | Description |
0 commit comments