Hello!
I’m an ops guy tasked with creating a mautic instance for our company. I’ve tried two methods: via composer (mautic/recommended-project), and by downloading a release package from github. Both were version 6.0.9 - the latest version we can use for now, because of php version constraints internally.
Both install methods contained a large number of “extra” files in the docroot folder, I mean php, twig, yml - files that should not be accessible. Most of our projects use symfony, where you only have the front controller there and some static assets, so this was suprising.
I failed to find documentation or a guide on how to avoid this, to only make accessible what is neccessary. Can someone help me with this?