Domain Name Rule
Validate Domain Names
127k Downloads / Month
Open Source MIT License
127k Downloads / Month
Open Source MIT License
public Intervention\Validation\Rules\Domainname::__construct()
The field under validation must be a well formed domainname.
none
use Intervention\Validation\Rules\Domainname; $validator = Validator::make($request->all(), [ 'attribute-key' => new Domainname(), ]);