sergeynilov

Results 34 issues of sergeynilov

I have "barryvdh/laravel-debugbar": "^3.7" and laravel 9 app and wonder If the pluging work only on page reloded ? a) Can I catch and see results of axios requests which...

stale

Hello, I use "squizlabs/php_codesniffer": "*" package in "laravel/framework": "^9.26.1" app and I can see warning which does not fix PSR2 standart in my PHPStorm. I wonder if there is a...

Hello, I add sendgrid support with https://github.com/s-ichikawa/laravel-sendgrid-driver in my laravel 8 but I have problems with adding custom perameters. I do in control : ``` public function banUser(Request $request) {...

Hello, Reading bootstrap-notify(3.1.3") docs I did not find width and align properties? Has any? Thanks!

Hello, In jquery 3/leaflet / turf app I use custom class extended from CircleMarker as I need in any marker keep info about any point and info on nearby points....

Working with algolia in Laravel 10 app and using algolia/algoliasearch-client-php 3.4 and algolia/scout-extended 3.0 packages I found that search method works different I expected when I enter several space splitted...

Could you please to make phpunit-pretty-print compatible with Laravel 10!

I added macfja/redisearch ^2.2 to my laravel 9.48 app and got errors : ``ERR unknown command `FT.CREATE`, with args beginning with: `articleIndices`, `SCHEMA`, `title`, `TEXT`, `SORTABLE`, `` when creating index...

question

Hello, In my Laravel 8 app I need to show country flag and I installed package antonioribeiro/countries-laravel But I did not fin if it supports abbreviation(like ‘AF’,'FR') ? I trierd...

Hello, In the console of my Livewire/livewire 2 / laravel 7 app I got error : ``` login?email=admin%40mail.com&password=111111:60 Uncaught TypeError: window.livewire.devTools is not a function at login?email=admin%40mail.com&password=111111:60 (anonymous) @ login?email=admin%40mail.com&password=111111:60...