Cord
Cord
ok, not really understanding what am doing the following works for me to toggle the visibility of a field depending on the value of another field w/o using the function...
PR with solution: https://github.com/Intervention/imagecache/pull/126
Missing [Nova](https://nova.laravel.com/)?
Same issue with 4.0.9 /Apps Store Version on Mac OS Sonoma 14.0. Switches Tabs and the shown DB even across DB Servers. This must be the single most scary and...
Appears to me as https://github.com/spatie/eloquent-sortable is widely used as it enhances models by sorting capabilities, check out https://github.com/spatie/eloquent-sortable/blob/master/src/SortableTrait.php compared to https://github.com/ofcold/nova-sortable/blob/master/src/SortableTrait.php
correct - using the spatie package it opens more capabilities than just sorting in nova frontend. Maybe you can build a compatibility switch so it would work for both sortable...
comment: I have seen the support for custom shortcodes in shortcode-core, but could not just copy my existing ui-shortcode into the custom directory. However I like the given structure for...
@milewski just send you a mail
let me outline the solution, which will give you sortable, translatable attributes you can add to any Model/Resource in Nova: install and configure https://github.com/rinvex/laravel-attributes Migration to add column `id` to...
The given code still works here, hope someone can pick it up and make a package from it?