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.
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.
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.