Marcus
Marcus
I'm using Laravel 5.7 with "algolia/scout-extended": "1.8", In conjunction with Laravel Nova e.g. in a Nova Resource: ``` public static function scoutQuery(NovaRequest $request, $query) { $builder = parent::scoutQuery($request, $query); $builder->withoutGlobalScopes();...
I am not the owner. For a currently maintained package see: https://github.com/knuckleswtf/scribe
**Description of the bug** The cursor moves left when typing in a TextInput with characters on the right. ``` ``` **To Reproduce** Steps to reproduce the behavior: 1. Create text-input...
Hi Tony! Looks like great work here. I'm just wondering if this is production-ready? Is this cost-efficient for SSR + S3 + Cloudflare?
Is there an animation complete event in the Carousel, if not, would it be easy to implement? Happy to do it myself! I need to refresh the carousel immediately after...
I'm getting the error: *Uncaught Error: [vuex] must call Vue.use(Vuex) before creating a store instance.* Here's my thoughts: Perhaps direct-vuex has its own VueX installation? Here's what fixes my problem:...
This doesn't work in Laravel Nova 1. Please add documentation