Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...
Hey, i made an email change page, and made it send an email to the current address with a url, but t...
Hello, how do i make validator fail if two forms are not identical? I am making a change password fo...
Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...
Hey, i made a password reminder and it successfully sends emails, but i do not know how to modify th...
I solved it with @if(Request::is('item/*')) //my stuff here @endif
Thank you, it worked, but now the page is loading slower, it takes about 3 seconds for it to load, a...
psychonetic said: Joe96 said: Hey, i have this code $auth = User::where('Nome', '=', Input::get(...
TorchSK said: The number of models should match the number of DB Tables (minus the pivot tables) I...
I also had problems with that, so i changed to smtp. You make an account to any mail system [i recom...
The Laravel portal for problem solving, knowledge sharing and community building.