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: 3 months 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