Closed edguerrade closed 10 years ago
If I use Stand-alone instead of Facade it works.
Hmm, this is strange. I'll take a look when I find 5 minutes. Thanks mate.
I'm seeing this bug too. I'm using Laravel 4.2 on homestead. It seems to be something with the $data
being passed-by-reference. If I remove the &
from the $data
parameter in the sanitizer()
method in Sanitize.php
and add a return $data
to the end of that method I'll get my correctly sanitized data, but whatever I'm doing, that seems to be the only way to get the correct data back. @daylerees I have a fully working example of this bug but it's more than one file to send. I can give you access to my repo and point you to the files if you need to see it in action
Same issue here. I'm using Laravel 4.2.
Case: No standardize data with Laravel 4.1.*
app/config/app.php
as readmeUserController.php
Input (example )
Output (Look first_name or email value)
Sorry about my english. Thanks!