Registry / web-framework / kyslik-column-sortable

kyslik-column-sortable

JSON →
library8.0.0phppackagistunverified

Package for handling column sorting in Laravel 6.x

composer require kyslik/column-sortable
INSTALL
IMPORT
SIG · KYSLIK-COLUMN-SORT
K
kyslik-column-sortable
web-frameworkphpv8.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sortable
use Kyslik\ColumnSortable\Sortable;

Add sortable columns to Laravel models

use Kyslik\ColumnSortable\Sortable; class User extends Model { use Sortable; public $sortable = ['name', 'email']; } // In controller: $users = User::sortable()->paginate(10);
Debug
Known issues
breakingLaravel version compatibility: This package is specifically for Laravel 6.x; using it with other versions may cause issues.
fix
Check the package documentation for compatibility with your Laravel version or use a different version of the package.
affects: >=8.0.0
Upgrade
Version history
8.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kyslik-column-sortable — pip install kyslik-column-sortable · libregistry