Generated Symfony Secret Key
Symfony Secret String was a use for security-related for Symfony Framework.
secret Type: String required
Secret is a unique key use by your symfony application, this secret key configuration will be use by the
symfony framework to generate csrf. It also use to to encrypt cookies and signed a url. How to use it,
Copy the generated key and paste it to your .env
file.