I am trying to change the standard symfony web directory to something else, like public_html.
I got most of the work by following the tutorial here → http://symfony.com/doc/master/cookbook/configuration/override_dir_structure.html
The last part of this document explains how to change the accessory so that assetic: dump will be displayed in the correct directory so that it works and the website also works.
However, the document does not seem to explain how to change the asset output directory: installation command.
When I run this command, it is still output to the web directory. Does anyone know how to change this?
source share