greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

Move language to own package #3

Closed syphernl closed 11 years ago

syphernl commented 11 years ago

Its never a good idea to modify the core language file, as it requires additional work to "upgrade" to the latest core version.

It is possible for a package to have its own language files, which makes the installation/maintenance a little easier :)

greggilbert commented 11 years ago

Agreed, but I couldn't find a way to get it to read the validation errors out of a package file. I actually opened a bug about that; see laravel/framework#1060.