Skip to content

Commit e99a663

Browse files
Pingu501beheist
authored andcommitted
TASK: Documentation fix
added composer.json hint to docu
1 parent cf564c1 commit e99a663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ via auto-inclusion in the package settings.
5454
Attention: Any routes defined in the global `Routes.yaml` are loaded before this package's routes, so they may be overriden.
5555
This is especially true for the default Flow subroutes, so make sure you have removed those from your global `Routes.yaml`.
5656
If you can't remove them, just include the subroutes for this package manually before the Flow subroutes.
57+
When using this as part of your own plugin keep in mind that you have to add this in your package's `composer.json`. After requiring new packages you have to run `./flow neos.flow:package:rescan` to regenerate to order in which all your packages are loaded.
5758

5859
## Basic configuration options
5960
These are the basic configuration options for e-mails, timeouts etc. You will usually want to adapt these to your application.

0 commit comments

Comments
 (0)