Download the PHP package pixelcreation/nova-field-sortable without Composer
On this page you can find all versions of the php package pixelcreation/nova-field-sortable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pixelcreation/nova-field-sortable
More information about pixelcreation/nova-field-sortable
Files in pixelcreation/nova-field-sortable
Download pixelcreation/nova-field-sortable
More information about pixelcreation/nova-field-sortable
Files in pixelcreation/nova-field-sortable
Vendor pixelcreation
Package nova-field-sortable
Short Description A Nova field for ordering resources.
License MIT
Package nova-field-sortable
Short Description A Nova field for ordering resources.
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-field-sortable
Laravel Nova Sortable Field
Description
This field adds reordering functionality to your resource's index using the awesome eloquent-sortable package by the great people of Spatie.
This package is a fork of Teatrante/nova-field-sortable, which is a fork of the original package Naxon/nova-field-sortable. It includes improvements to the layout
Requirements
- Nova 4
- spatie/eloquent-sortable (If not already installed, this package will install if for you and all you have to do is follow the installation instructions).
Installation
This package can be installed through Composer.
Upgrading from v3.x to v4.x
- Instead of the primary key column, you'll need to supply the name of the sort column in the
Sortable
field.
Usage
- Follow the usage instructions on the eloquent-sortable repository to make your model sortable.
- Use the
PixelCreation\NovaFieldSortable\Concerns\SortsIndexEntries
trait in your Nova Resource. - Add a public static property called
$defaultSortField
to your resource, containing your sorting column (I recommend adding it in your mainapp/Nova/Resource.php
file). - Add the
PixelCreation\NovaFieldSortable\Sortable
field to your Nova Resourcefields
method, using a label and your sorting column.
Example
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-field-sortable with dependencies
PHP Build Version
Package Version
The package pixelcreation/nova-field-sortable contains the following files
Loading the files please wait ....