Download the PHP package madeitbelgium/laravel-email-domain-validation without Composer
On this page you can find all versions of the php package madeitbelgium/laravel-email-domain-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download madeitbelgium/laravel-email-domain-validation
More information about madeitbelgium/laravel-email-domain-validation
Files in madeitbelgium/laravel-email-domain-validation
Package laravel-email-domain-validation
Short Description PHP Laravel Email domain validator
License LGPL-3.0-or-later
Homepage http://www.madeit.be
Informations about the package laravel-email-domain-validation
PHP Laravel E-mail domain validator
With this Laravel package you can validate email input that it contains or not contains a specific domainname. This is useful to create a registration to restrict registrions for the company email domain.
Installation
Require this package.
or add in your composer.json
and update composer.
After updating composer, add the ServiceProvider to the providers array in config/app.php
You can use the facade for shorter code. Add this to your aliases:
Documentation
Usage
Laravel validator
The complete documentation can be found at: http://www.madeit.be/
Support
Support github or mail: [email protected]
Contributing
Please try to follow the psr-2 coding style guide. http://www.php-fig.org/psr/psr-2/
License
This package is licensed under LGPL. You are free to use it in personal and commercial projects. The code can be forked and modified, but the original copyright author should always be included!
All versions of laravel-email-domain-validation with dependencies
illuminate/support Version 5.8.*|6.*|7.*|8.*|9.*|10.*|11.*
illuminate/container Version 5.*|6.*|7.*|8.*|9.*|10.*|11.*
illuminate/validation Version 5.*|6.*|7.*|8.*|9.*|10.*|11.*