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...
Why don't you just try it? Much quicker than waiting for a response here. There're only so many poss...
<?php namespace MyCompany\MyPackage; I suggest reading up on namespacing, PSR-0 and PSR-4 autolo...
Here's an example: use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blue...
Have a look at floats and rounding in PHP. Plenty of resources on the net.
As for users, I'd keep them in the main database, not in the tenant databases, so you'll only ever h...
The Laravel portal for problem solving, knowledge sharing and community building.