agent icon indicating copy to clipboard operation
agent copied to clipboard

👮 A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect

Results 86 agent issues
Sort by recently updated
recently updated
newest added

Would be really cool to have a support for User-Agent Client Hints.

i need custom agent with name mobile web view app because i need hidden same menu in mobile web view and show in mobile browser ??

`$version = $agent->version($platform);` it is 10.0, but my computer is windows 11

I believe that the only reason Octane doesn't work with this is due to the way how request injection works through the service provider. See https://laravel.com/docs/8.x/octane#request-injection Basically... the current code...

Looking at the activity on this repo I just wanted to ask if it has been abandoned? The StyleCI flag has been failing for over a year and no code...

When you try to determine the iPad device, the package sees it as a desktop one, is it possible to see the iPad using a package method and then connect...

Hello agent not working when use laravel redirect id normal using it's working : `Route::get('', [HomeController::class, 'index'])->name('home');` **But** when using redirect, it's not working ``` Route::get('/ddd', function () { return...

![image](https://user-images.githubusercontent.com/56640907/125429843-ad3682e9-27ff-4b56-8c03-bef59496e67f.png) i have that code in my middleware laravel 6, the objective is simple, just to record user's device.. but the device() method return false, i've tried on postman and...

I was trying to fix the failing StyleCI flag. It seems that everything after June 14th, 2020 started failing which from this blog looks to be around the time that...