Added utility to detect mobile/table user agents server side

This commit is contained in:
2024-11-12 17:07:54 +00:00
parent 75c31f0506
commit 3afcc69531
3 changed files with 65 additions and 0 deletions

View File

@@ -6,5 +6,8 @@
"psr-4": {
"UserFrosting\\Sprinkle\\UFTweaks\\": "src/"
}
},
"require": {
"mobiledetect/mobiledetectlib": "^3.74"
}
}