PHPackages                             djordjevicmladen/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. djordjevicmladen/laravel-filters

ActiveLibrary

djordjevicmladen/laravel-filters
================================

Create filters which transform input values, by removing or changing characters within the value.

v2.05(6y ago)04MITPHP

Since Jun 15Pushed 6y agoCompare

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

READMEChangelog (2)Dependencies (3)Versions (15)Used By (0)

Laravel Request Filter by Abstract
==================================

[](#laravel-request-filter-by-abstract)

This package allows you to easily create / use filters which transform input values, by removing or changing characters within the value.

#### Installation

[](#installation)

`composer require djordjevicmladen/laravel-filters`

Laravel will discover the package by itself. If you feel old-school, disable auto-discovery and add `Abstractrs\Form\Request\RequestFilterProvider::class` to the providers array in your config/app.php.

#### Config - publish vendor

[](#config---publish-vendor)

```
php artisan vendor:publish --tag=laravel-filters

```

- `config/filters.php`

```
