Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loafer19/sortablepackage
Laravel package for sorting models
https://github.com/loafer19/sortablepackage
eloquent laravel laravel-package
Last synced: 7 days ago
JSON representation
Laravel package for sorting models
- Host: GitHub
- URL: https://github.com/loafer19/sortablepackage
- Owner: Loafer19
- Created: 2023-05-27T16:26:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-06T12:02:17.000Z (over 1 year ago)
- Last Synced: 2024-11-20T05:36:25.450Z (3 months ago)
- Topics: eloquent, laravel, laravel-package
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Sortable Package
## Installation
```
composer require loafer/laravel-sortable
```## Usage
Just add the trait to your model.
```php