ExsyDev

Results 10 issues of ExsyDev

Hello. How I can disable plugin on window resize event? I tried do: import Affix from 'vue-affix'; var affix = Vue.use(Affix); const app = new Vue({ el: '#app', data() {...

Can I implement CanVerifyEmailContract on model Comment? I need do email verification for comments system. When guest create comment, he can write email, name, and body of comment. When guest...

**Describe the bug** Route model binding is not working, why? **To Reproduce** In web.php: `Route::get('/page/{page}', function (App\Page $page) { return $page; });` return is not exists model. When I remove...

Hello all, but I can ban user ip?

enhancement
question

Hello. How I can move pagination dots outside of carousel? I use named slots, but its not working outside of carousel. How I can resolve this issue?

Hello. How I can select the same items several times? I need select item "test" several times, If I select, then it disappears a second time, why? How fix it?

Hello. When I do npm run dev, styles is not install to my project. Why?

### Is your feature or enhancement related to a problem? Please describe. Currently, Chatwoot does not display the advertising source for incoming conversations from Instagram and WhatsApp. When running multiple...

feature-request

Hello, after updating to Laravel 12 and Nova 5 I get this error, when login to /nova: ``` Declaration of Kongulov\NovaTabTranslatable\TranslatableTabToRowTrait::availableFields(Laravel\Nova\Http\Requests\NovaRequest $request) must be compatible with Laravel\Nova\Resource::availableFields(Laravel\Nova\Http\Requests\NovaRequest $request): Laravel\Nova\Fields\FieldCollection ```...