PHPackages                             maksa988/laravel-filters - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. maksa988/laravel-filters

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maksa988/laravel-filters
========================

Filters for Laravel

v0.3(5y ago)35.4k↓50%1MITPHPPHP &gt;=5.6.4

Since Aug 27Pushed 5y agoCompare

[ Source](https://github.com/maksa988/laravel-filters)[ Packagist](https://packagist.org/packages/maksa988/laravel-filters)[ RSS](/packages/maksa988-laravel-filters/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel Filters
===============

[](#laravel-filters)

Filter models for Laravel.

#### PHP &gt;= 5.6.4, Laravel &gt;= 5.3

[](#php--564-laravel--53)

Installation
------------

[](#installation)

Filters for Laravel is installed via [Composer](https://getcomposer.org/). For most uses, you will need to require `maksa988/laravel-filters` and an individual gateway:

```
composer require maksa988/laravel-filters
```

Usage
-----

[](#usage)

First you need to create a filter, you can do this using the artisan command `php artisan make:filter PostFilter`.

After that the `App\Filters` directory will be created and the `PostFilter` filter will be created there.

```
