Briareos Lawrence

Results 8 issues of Briareos Lawrence

I have an E_NOTICE when no index file found. `/src/Engines/TNTSearchEngine::map()` "Trying to access array offset on value of type null" in $results variable I see exception, but it's not trowing...

Laravel livewire wire:model directive gets {value: 'value'} instead of 'value' on change Steps to reproduce the behavior: add wire:model to select, init choices and select something. after selecting something it...

bug

I think the problem is in `Buzz\LaravelGoogleCaptcha\CaptchaServiceProvider:boot()` method, you should not force using APP key if it is null.

When I try to use `repeater.setList()` it throws me an error, that method not found.

Is there any guide how to run this in docker through TOR?

bash: md5: command not found Error: POST https://api.digitalocean.com/v2/droplets: 422 (request "3735b01f-e753-4eaa-8451-113a4ad636cb") Only valid hostname characters are allowed. (a-z, A-Z, 0-9, . and -)

- Laravel/Lumen version: 9.52.16 - RabbitMQ version: 3.13.0 - Package version: 13.3.5 **Describe the bug** `php artisan queue:restart` won't restart consumers started with `php artisan rabbitmq:comsume` Also no dedicated restart...

I have Pivot model and Pivot model observer with creating() method, I tried to handle those method to be fired before store pivot, but as I understand, Pivot do not...