mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #53 from orions/mobile-detector
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user