Download the PHP package abstractrs/laravel-filters without Composer
On this page you can find all versions of the php package abstractrs/laravel-filters. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abstractrs/laravel-filters
More information about abstractrs/laravel-filters
Files in abstractrs/laravel-filters
Download abstractrs/laravel-filters
More information about abstractrs/laravel-filters
Files in abstractrs/laravel-filters
Vendor abstractrs
Package laravel-filters
Short Description Create filters which transform input values, by removing or changing characters within the value.
License MIT
Package laravel-filters
Short Description Create filters which transform input values, by removing or changing characters within the value.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-filters
Laravel Request Filter
This package allows you to easily create / use filters which transform input values, by removing or changing characters within the value.
Installation
composer require abstractrs/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/filters.php
Create custom filter
Usage
All versions of laravel-filters with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.2.0
illuminate/console Version ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.2.0
symfony/console Version ^4.1|^4.3.5
illuminate/console Version ~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.2.0
symfony/console Version ^4.1|^4.3.5
The package abstractrs/laravel-filters contains the following files
Loading the files please wait ....