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
- Host: GitHub
- URL: https://github.com/dillingham/formation
- Owner: dillingham
- License: mit
- Created: 2021-05-26T04:32:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T06:24:45.000Z (over 4 years ago)
- Last Synced: 2025-02-07T00:28:46.946Z (over 1 year ago)
- Topics: filter, laravel, search, sort
- Language: PHP
- Homepage:
- Size: 288 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Formation
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
```