Merge pull request #53 from orions/mobile-detector

This commit is contained in:
Symfony
2017-06-13 09:13:36 -07:00
committed by GitHub
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,13 @@
# Read the documentation: https://github.com/suncat2000/MobileDetectBundle/blob/v1.0.5/Resources/doc/index.md
mobile_detect: ~
# redirect:
# full:
# is_enabled: true
# host: http://site.com
# action: redirect
# mobile:
# is_enabled: true
# host: http://m.site.com
# action: redirect
# detect_tablet_as_mobile: true
@@ -0,0 +1,9 @@
{
"bundles": {
"SunCat\\MobileDetectBundle\\MobileDetectBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}