Download the PHP package ibrahimbougaoua/filament-sort-order without Composer
On this page you can find all versions of the php package ibrahimbougaoua/filament-sort-order. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibrahimbougaoua/filament-sort-order
More information about ibrahimbougaoua/filament-sort-order
Files in ibrahimbougaoua/filament-sort-order
Package filament-sort-order
Short Description This is my package filament-sort-order
License MIT
Homepage https://github.com/ibrahimbougaoua/filament-sort-order
Informations about the package filament-sort-order
Filament Sort Order
Transform the sorting order of any table effortlessly by installing this package. It provides seamless functionality without requiring any manual code writing. Simply install it, and you're good to go !
Support us
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can publish and run the migrations with:
Usage :
Add SortOrder to model.
In User Resource
Note :
The name of the field that is created in the table after installation is sort_order.
Testing
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ibrahim
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-sort-order with dependencies
filament/filament Version ^2.0|^3.0-stable
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.14.0