PHP code example of daandevos / laravel-dutch-license-number-validation

1. Go to this page and download the library: Download daandevos/laravel-dutch-license-number-validation 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/ */

    

daandevos / laravel-dutch-license-number-validation example snippets




$request->validate([
    'license_number' => '

'dutch_license_number' => 'The Dutch license number format is invalid.',

'uuid' => 'The :attribute must be a valid UUID.',

// ...