1

Because I want to store them in the login tables. I have a similar topic , but this one is Java: How can I get client infomation such as OS and browser

I'm also using Laravel.

Community
  • 1
  • 1

1 Answers1

1

I would not suggest you to use $_SERVER variable or some old OS/Browser lists. Detecting OS/Browser is really complicated task, that's why I'd go with specialized software like MobileDetect and Laravel package for this software.

Alexey Mezenin
  • 158,981
  • 26
  • 290
  • 279