In a fresh Laravel build, I cannot get overridden IoC bindings to work everywhere in the application...
Hi It seems that default values defined in $attributes are not being mutated before saving to the da...
Hi Just a question to poll how you guys would tackle this in Laravel: I have a user preferences page...
Hi I've created a custom Validator package that adds a validator for phone numbers: https://github.c...
Tracked down myself. See http://stackoverflow.com/a/33012158/2408321
Hi There's a package for phone validation. https://github.com/Propaganistas/Laravel-Phone
Thanks for your replies. @Edwin-Luijten If I understand correctly your suggestion still ends up with...
As a follow-up: When I change validation.php to use Validator::extend(), then everything works fine....
The Laravel portal for problem solving, knowledge sharing and community building.
The community