I have two tables news and comments. News can have many comments: //News public function comments()...
I'm unable to figure out how to set up/configure connection pooling for my SaaS app created using La...
Hey everyone, I'm working on integrating Bitbucket issue tracking into my project, and am having a p...
Hi i am trying to set a a test to test my database calls. I want to pass a variables in url but cant...
Hello, I am trying to implement a polling queue called MasterQueue that every 15 minutes this Master...
Hello, I need to save the result of sent or not sent email, so I need to handle the exceptions that...
I'm currently queueing a function using Laravel's built-in queueing system and iron.io. The problem...
The documentation says that handling queue failing should be: Queue::failing(function($connection, $...
Hi! I have a little problem that I'm not quite sure how to solve it. To simplify, lets say that I ha...
Looking at ironMQ documentation http://dev.iron.io/mq/reference/push_queues/#error_queues How to ena...
I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...
Hi, I'm new to laravel and php in general. I tried to implement a RESTful JSON API that gets a json...
Hello, I'm currently testing Iron.io push queues for some long running (2-3 minutes) jobs. I've not...
Essentially I have an artisan command that processes a file into a database. While there's usually o...
I heard that Taylor is working on paid Laravel modules? Does anyone know when they come out and they...
Hello, I am currently working on automated user notifications (Emails and cell phone text messaging)...
How does one call a controller method from within the Queue class? This works in other Controllers:...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community