Level 51
I think that you shoud create custom validation rule
https://laravel.com/docs/5.3/validation#custom-validation-rules
1 like
How to write the code for a validator to validate bitcoin-addresses not only by using a regex? For example, here's the code for such a function, but I don't understand how to include this, so I can write a validator rule to get this done.
https://github.com/LinusU/php-bitcoin-address-validator/blob/master/src/AddressValidator.php
Please or to participate in this conversation.