PHP code example of gabrielopes01 / laravel-extra-validators

1. Go to this page and download the library: Download gabrielopes01/laravel-extra-validators 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/ */

    

gabrielopes01 / laravel-extra-validators example snippets


use Gabrielopes01\LaravelExtraValidators\ExistsLike;

public function boot()
{
    Validator::extend(ExistsLike::handle(), ExistsLike::class);
}

'field_num' => 'put'