I writing a public Symfony app. So I need to expose it on Packagist. How can I run a post-install-cmd to automatically set a new random APP_SECRET?
This would be nice to know and I think it's important. I did not found anything about that in the internet.