Hey, assuming the webmaster of a laravel-based application forgot to change his encryption key from...
Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...
Hey, until now i've used the simple html form <input type="text" name="name"...
Hey, i have this code $auth = User::where('Nome', '=', Input::get('username'))->where('Senha',...
Hey, until now i was able to send a password reminder email, but now i can't, even though i haven't...
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.