Hello! I'd like to get some informations about Laravel 5.1 command bus. As far as I see in 5.0 there...
Hi! I encountered a really strange problem with my configuration for Beanstalkd and Supervisor. The...
Hi! Recently I was using a bit of repositories and one thing I am really curious about is how to imp...
Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...
Hello! Does anyone knows if there is a chance to somehow mock call to Cookie::get() method ? I know...
Yeah, you clearly did. The way Laravel protects user passwords is by hashing them. It means that it...
No, it is just Sublime Text is NOT an IDE. Don't expect it to do everything that PHPStorm does as ST...
Well, in that case there is something wrong with your authentication. Are your users passwords hashe...
Basic PHP I guess ? $Aagents=array(); foreach($agents as $agent) { $agents[$agent-&g...
It says that the page isn't redirecting properly, because you are creating a loop here.$this->bef...
The Laravel portal for problem solving, knowledge sharing and community building.
The community