Symfony 7: Deploy
- check:
discogs-fees-calculator/README.md
- How to Deploy a Symfony Application
Apache
# local / temporary
composer require symfony/apache-pack
# copy contents of .htaccess to VHost config inside Directory
# alternative: also the custom htaccess from wsc can be used in the same way
Errors
- by default in
prod
errors are logged tophp://stderr
.. - edit:
config/packages/monolog.yaml