jangaraev

Results 12 comments of jangaraev

You can always pass the user-agent string on class instantiation, like this: ```php use Jenssegers\Agent\Agent; $agent = new Agent(null, 'mobile web view app'); ``` also, there is another option to...

Confirm that it works on L8 project absolutely well.

Let's start with that. I will test this on the staging platform of my live project. My main point to consider is can we completely switch to `bind()` in the...

Just a small update. Tested this code - on the live project with Octane enabled and everything works super-fine - locally on the regular environment with no Octane --> fine...

hi. sorry for the silence. I was on vacation last 2 weeks. The code in PR is good actually, tested this in projects I work on. My idea was to...

Hi gents, I've also managed to partially make it work with Octane. My way is as per described below: Since the service provider registers its facade as a singleton we...

I'm still struggling with routes and the homepage without locale chunk doesn't work even with the solution of `foreach (LaravelLocalization::getSupportedLocales() ...` Will keep you guys updated if I achieve any...

Yeah guys, I've managed to make it work completely! Once setup Laravel Octane via Roadrunner, I discovered several issues with this package: - locale from URL isn't recognized - homepage...

@mcamara , can I prepare a PR with those changes?