jangaraev

Results 8 issues of jangaraev

Would be really cool to have a support for User-Agent Client Hints.

1. binding in service provider changed to a way proposed by Laravel Octane in case if we detect it 2. introduced a listener to hook into Octane's RequestReceived event Refs:...

Hey! Good day and many thanks for such a useful package. I have this error on my server: ``` 2022/08/12 05:32:52 [error] 212035#212035: *2678 FastCGI sent in stderr: "PHP message:...

**Is your feature request related to a problem? Please describe.** Method `extractAttributes()` gets extremely slow for 60+ translatable routes. We use the `localizeUrl()` method in blade file where we render...

I need a way to set the variation manually. Here is my original code: ```php class SplitTestService { const COOKIE_NAME = 'ab_seed'; protected $container; public function __construct() { $this->container =...

It would be useful to add the EcmaScript 6 support detection helper. What do you think of it?

**Describe the bug** I have this error in my script. `Typed property Butschster\Head\MetaTags\Meta::$config must not be accessed before initialization` this is how the code is organized in my project: the...

hi guys, once observed that the package doesn't support Laravel v11, I quickly tried to align that by forking the package and modifying it's dependencies like follows: `composer.json` ``` "require":...