PHP code example of seoegypt / value-filter

1. Go to this page and download the library: Download seoegypt/value-filter 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/ */

    

seoegypt / value-filter example snippets


use Seoegypt\ValueFilter\ValueFilter;

//..
your custom filter extends our ValueFilter as :
class NameFilter extends ValueFilter{

}


php: "^7.3|^8.0",
laravel/nova: "^4.0"