Skip to content

Commit c592568

Browse files
committed
Update README with maker command
1 parent bd9b022 commit c592568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Set the environment variable `APP_CONTEXT` for each vhost config in your product
116116

117117
### Adding more applications to the project
118118

119-
Run `bin/console new-app <CONTEXT>` to create a new application.
119+
Run `bin/console make:app-context <CONTEXT>` to create a new application context skeleton.
120120

121121
Note: After install any new package that generate a new configuration file (into the common `config/packages` directory) make sure to move it to the correct sub-app directory if it is not intended to work for all applications.
122122
Also, you should update the `auto-scripts` section in `composer.json` to execute each command with the right kernel option, and it's also recommended having the script `"cache:clear -k <CONTEXT>": "symfony-cmd"` for each app.

0 commit comments

Comments
 (0)