We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e27027a + b71b814 commit 1759403Copy full SHA for 1759403
1 file changed
README.md
@@ -86,3 +86,21 @@ would be like:
86
}
87
88
```
89
+
90
+## Generating Manually
91
92
+If you need to generate `cakephp-plugins.php` separately, you can simply run the `dumpautoload` command:
93
94
+```
95
+composer dumpautoload
96
97
98
+You cannot use `--no-scripts` with `dumpautoload` or `cakephp-plugins.php` will not generate.
99
100
+If you don't want to re-generate the entire autoload dump, you can run just the scripts:
101
102
103
+composer run-script post-autoload-dump
104
105
106
+Please see [composer documentation](https://getcomposer.org/doc/03-cli.md#dump-autoload-dumpautoload-) for details.
0 commit comments