michielkempen / nova-order-field

A field that adds reordering functionality to your Laravel Nova resource's index using the eloquent-sortable package by Spatie.
MIT License
59 stars 40 forks source link

Nova 4 support #33

Open jaros93 opened 2 years ago

jaros93 commented 2 years ago

Added Nova 4 compatibility.

salmanhijazi commented 1 year ago

- michielkempen/nova-order-field 2.1.0 requires laravel/nova ^2.0|^3.0 -> found laravel/nova[dev-master, v2.0.0, ..., v2.12.0, v3.0.0, ..., 3.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (~4.0).

Cannot install from composer.

michaelklopf commented 5 months ago

I branched the project and made it compatible with Nova 4. Added a PR here https://github.com/michielkempen/nova-order-field/pull/35

sammyaxe commented 3 weeks ago

@michielkempen any plans to merge #35 ?