PHP code example of iutrace / laravel-filters

1. Go to this page and download the library: Download iutrace/laravel-filters library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

iutrace / laravel-filters example snippets


use Illuminate\Routing\Controller;
use Illuminate\Http\Request;

class ExampleController extends Controller
{   
    public function verify(Request $request)
    {
        $data = $request->validate([
            'cuit' => [
                '

use Illuminate\Routing\Controller;
use Illuminate\Http\Request;

class ExampleController extends Controller
{   
    public function verify(Request $request)
    {
        $data = $request->validate([
            'cuil' => [
                '