Useful Laravel Packages

Some Laravel packages I find useful:

Agent

A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality.

https://github.com/jenssegers/agent

In a nutshell, it will give you information about the tech your user is using to access your laravel app, including whether or not they are a robot. It’s useful for preventing bot visits from screwing up user data.

Some Laravel packages I find useful: Agent A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality. https://github.com/jenssegers/agent In a nutshell, it will give you information about the tech your user is using to access your laravel app, including whether or not they are a robot. It’s…