There is no license information available for the latest version (1.1) of this package.

Sieve Filter for Laravel

1.1 2018-02-12 11:48 UTC

This package is not auto-updated.

Last update: 2024-10-04 22:51:06 UTC


README

Generate sieve code from HTML form, and parse local sieve code for editing

Installation

Run:

composer require nicolaecasir/sieve

php artisan vendor:publish and select Provider: Nicolae\Sieve\SieveServiceProvider

add this line 'Input' => Illuminate\Support\Facades\Input::class, to your config/app.php in aliases

php artisan serve

Go to http://localhost:8000/sieve

Thanks ;)