Pharaonic
Loading...
Agents Detector

# Why Agents Detector?

Agents Detector is a package that provides a very easy way to detect the agents (Devices, Operation Systems, Browsers, Bots) in Laravel.

# Installation

Install the latest version using Composer.

1composer require pharaonic/laravel-agents-detector
2php artisan vendor:publish --tag=laravel-agents
3php artisan migrate