When using Composer with the App Platform, how can I specify that the composer install...
commands are done with the --optimize-autoloader
flag?
(See: Autoloader optimization)
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
👋🏼 @bfm
EDIT:
optimize-autoloader
is enabled and passed tocomposer install
by default.---
You can enable
optimize-autoloader
by setting it in yourcomposer.json
like so: