sergeynilov

Results 34 issues of sergeynilov

Hallo, My laravel 7 app has login /register functionality and I added to my project cartalyst-sentinel 4.x and replacing my code with cartalyst-sentinel methods I got error `Field 'username' doesn't...

To implement chat In Laravel 8/vue 2.6 I added beyondcode/laravel-websockets and reading some manuals I found that I need to use pusher packages, like laravel-echo and pusher-js not not pusher...

Hello, About a month ago I wrote that method Country->getCapital does not work. At branch https://github.com/MenaraSolutions/geographer/issues/40 I got feedback : > I took a look and it turns out this...

In Laravel 8 / livewire 2.5 / alpinejs 3 application I use "te7a-houdini/laravel-trix": "^2.0.5", which is warpper for https://github.com/basecamp/trix and I found that in livewire blade template having : also...

Hallo, Reading docs I missed how can I close vue-final-modal ("^3.4.3") with cancel key in "vue": "^3.2.30" app ? Thanks!

enhancement

Is it possible to install and use barryvdh/laravel-debugbar in laravel 9 / Inertiajs/vuejs 3 app? I installed it and added line in .env : `DEBUGBAR_ENABLED=true` But do not have bar...

stale

Hello, In my laravel 8 / Bootstrap 4/ app I use gijgo datepicker and when form is opened with data in gijgo datepicker it shows valid value, but if I...

Using gijgo datepicker from https://gijgo.com/datepicker in my laravel 5.7 / jquery 3.4.1 app I did not find can it select whole month ? If yes, how? Thanks!

#### Problem: If vue-js-modal works with vuejs 3 ? If yes please ref to examples... #### Version: #### Example & screenshots: > I have checked stackoverflow for solutions and 100%...

Hello, In my @vue/cli 4.0.5 app I need in in dialog modal to show details page with Cancel, Submit buttons. Also I added checkbox clicking on which hidden at bottom...