MattKetmo / EmailChecker

Disposable email detection library for PHP
MIT License
264 stars 79 forks source link

Add support for Laravel 5.5 package auto discovery #51

Closed Micky5991 closed 6 years ago

Micky5991 commented 6 years ago

Laravel 5.5 supports package auto-discovery, so editing the config/app.php becomes obsolete. Here I add the needed configurations to enable Laravel to find this package.

https://laravel.com/docs/5.5/packages#package-discovery