How to render Twig template from database in symfony2
Twig_Loader_String is deprecated and was always designed for internal use anyway. The usage of this loader is strongly discouraged. From the API doc: This loader should NEVER be used. It only exists for Twig internal purposes. When using this loader with a cache mechanism, you should know that a new cache key is generated each … Read more