PHP code example of fusic / laravel-alter-send-email-validator
1. Go to this page and download the library: Download fusic/laravel-alter-send-email-validator 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/ */
fusic / laravel-alter-send-email-validator example snippets
[
'regex:/^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/ui'
]
'rules' => [
'max:64',
'***' // any patterns
],
php artisan vendor:publish
config/alter-email-validation.php