Are --no-dev --optimize-autoloader flags required or not when using Composer to install the framework on a live server? Do you actually use those flags when deploying?
@developer654079525 Yes. Why would you want to install dev dependencies in a non-dev environment such as production? Or not have the autoloader optimized in such an environment?