suncat2000 / MobileDetectBundle

Symfony 2/3/4 bundle for detect mobile devices, manage mobile view and redirect to the mobile and tablet version.
398 stars 153 forks source link

Consider using namespaced twig paths for profiler #93

Closed dosten closed 5 years ago

dosten commented 8 years ago

The MyBundle:Subdir:filename.html.twig notation is not enabled by default in 3.0 because the Templating component is not enabled by default, a simple out-of-the-box solution is to use namespaced twig paths http://symfony.com/doc/current/cookbook/templating/namespaced_paths.html