Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Laravel Sortable Package

## Installation

```
composer require loafer/laravel-sortable
```

## Usage

Just add the trait to your model.

```php