where to store global variables in Symfony5? I want to store application specific parameters like. site name, admin email etc. I would like to know the best practice to store these. How to access these variables in controller and in twig. Thanks.
↧
where to store global variables in Symfony5? I want to store application specific parameters like. site name, admin email etc. I would like to know the best practice to store these. How to access these variables in controller and in twig. Thanks.