Gavin Hewitt

Results 15 comments of Gavin Hewitt

Though marked as fixed I'm having the same issue on Nova 2.7.1, artisan-tool v0.4.0. Works locally, not on production.

Phpstorm has this and is incredibly useful.

Maybe I don't understand but can't you just create a 'frontend' middlewaregroup and reference that wherever you need route localization? That's what I do. Using a seperate group for frontend...

Came here because I was looking for the same functionality. Currently working on my Nova admin and this would solve a big issue.

@JulienZD I'm experiencing the same issue. After breaking my head over why this was happening on one install but not another, I finally traced it down to the differences in...

Narrowed it down to sm:block and sm:inline-block. Not sure why those would be problematic but when you comment them out the modal appears (but positioned incorrectly and full width). @PhiloNL...

Sooo, after spending hours investigating and being confused it finally occurred to me that the modal width (4xl) possibly had not been picked up by jit. Added sm:max-w-4xl to the...

> Any idea why it is animating width when using slide animation? > > This is not particularly very good, because all the content inside menu bar is transforming when...

Thanks for considering this 🙏🏼 I think it could be just something like ```php // config.php 'models' => [ 'product_model' => MyPackage\Models\MyProduct::class, 'cart_model' => GetCandy\Models\Cart::class, 'collection_model' => GetCandy\Models\Collection::class, // ......