Skip to content

Commit

Permalink
Update README with maker command
Browse files Browse the repository at this point in the history
  • Loading branch information
yceruto committed Jan 12, 2022
1 parent bd9b022 commit c592568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Set the environment variable `APP_CONTEXT` for each vhost config in your product

### Adding more applications to the project

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

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.
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.
Expand Down

0 comments on commit c592568

Please sign in to comment.