Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...
Hello, I'm quite confused with this. Pretty much I have to environments prod and local. Prod has deb...
As the title says, for some reason when using DB::raw and an alias within DB::raw the alias name (fo...
Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...
Hello, I am trying to keep track of how long a user is logged in for. I am kinda stumped though. I k...
@crhayes is correct. You can do the following: $rules = array( 'password' => 'pass|required',...
I had this very same issue before, and zenry said the same thing. Always name your routes. I never t...
awestrope said: Check also Iron Workers https://www.iron.io/worker Reinventing the wheel is someti...
So I came up with a way to do it. Following this tutorial : http://fideloper.com/ubuntu-beanstalkd-a...
Again just to reiterate you should not have to include the following below: header('Last-Modified: '...
The Laravel portal for problem solving, knowledge sharing and community building.