Requirement: Statamic v2.x Version: 1.0
What is this
DeviceDetector is a Statamic port of matomo-org/device-detector
You may output or use as a conditional the OS, device, brand and model of the client in your templates.
See matomo-org/device-detector for more info.
Installation
- Copy DeviceDetector to site/addons
- Run
php please update:addons
at the root of your statamic project to install the composer dependencies.
Usage
{{ device_detector:client_info }}
{{ device_detector:os_info }}
{{ device_detector:device }}
- Returns 'desktop', 'tablet', 'smartphone' etc.
{{ device_detector:brand }}
{{ device_detector:model }}