EggIt

Results 4 issues of EggIt

Hi, I got a blade file as follows: ```php @if((new \Jenssegers\Agent\Agent())->isDesktop()) @extends('layouts.app') @section('content') DESKTOP VERSION @endsection @endif @if((new \Jenssegers\Agent\Agent())->isMobile()) MOBILE VERSION @endif ``` The h1 tags are working as expected,...

Im on v2.0.2. is it possible to override the defaut provided burger button? i would like to replace the 3 span bars with a custom element.

Hi, I got a blade file as follows: ```php @desktop @extends('layouts.app') @section('content') DESKTOP VERSION @endsection @enddesktop @handheld MOBILE VERSION @endhandheld ``` The h1 tags are working as expected, on desktop...

**Description:** Hello, I have a _laravel_ lambda function running on PHP 8.1 / bref 2.0 / php-81-fpm layer which is facing timeouts when trying to access my API endpoints (timeout...

bug