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

https://github.com/dillingham/formation

Laravel search, sort, and filters
https://github.com/dillingham/formation

filter laravel search sort

Last synced: 3 months ago
JSON representation

Laravel search, sort, and filters

Awesome Lists containing this project

README

          

# Laravel Formation



Build Status


Latest Stable Version


Total Downloads


twitter

Simple search, sort, filters & more for Laravel.

See [the wiki](https://github.com/dillingham/formation/wiki/) for documentation. (Work in progress)

---

Add to a Laravel project using composer:
```
composer require dillingham/formation
```

Create a formation class using artisan:

```
php artisan make:formation ArticleFormation
```