dev
environment, symfony by default gives a lot of debugging information. Talks about the server, displays the used configurations, shows queries to the database and versions of the components used. And, having this information, you can find out about the vulnerabilities of the site or to look for logins / passwords / access parameters specified in the settings (but not the database)./symfony project:deploy
(did anyone run this on Windows?) with rsync_exclude: *_dev.php
Source: https://habr.com/ru/post/76831/
All Articles