Open a4anes opened 11 months ago
any updates?
same issue.
same issue
same issue
same issue
Same issue using Laravel 11.
same issue, and updates?
I believe #212 should solve the problem 🤞
Also note that Jetstream has removed the dependency to this package altogether. What I ended up doing is uninstalling jenssegers/agent
and using Jetstream internal classes instead.
- use Jenssegers\Agent\Agent;
+ use Laravel\Jetstream\Agent;
Laravel 11 has the same issue. Thanks to @CeriseGoutPelican , the solution is perfect. Thanks.
I'm currently working with Laravel 10 and Jetstream 4. However, I encountered an issue when attempting to install
composer require jenssegers/agent
. It seems that the problem arises becausejenssegers/agent
requires "mobiledetect/mobiledetectlib": "^2.7.6," while Jetstream has it locked at "mobiledetect/mobiledetectlib": "^4.8."Do you have any suggestions or solutions to resolve this dependency conflict? I appreciate your assistance.
Error below
Problem 1