I'm using Redis queues in a project and now I find myself in a position where I need to delete a job...
Been running into some weird errors with queues and supervisor today. Got a message saying that none...
We've been using Rocketeer for quite some time now, until a couple weeks ago when suddenly new relea...
Just out of curiosity, I'm wondering if anybody has any experience with using both the built in Redi...
I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...
Simple answer: nope. Just put them in the views directory where they belong. Any particular reason w...
class Product extends Eloquent{ protected $connection = 'beta'; } Also, models should be singul...
Not use that particular accessor. Just a good old regular method or create a getDiscountedPriceAttri...
You can. Here's how: use Illuminate\Database\Query\Expression; // migration class... public functi...
Monetary values should be stored either as decimal or, even better, as an integer in the smallest un...
The Laravel portal for problem solving, knowledge sharing and community building.