Support the ongoing development of Laravel.io →

462 Threads

One to One chat application

I am new to laravel and i want to create a one to one chat application like facebook chat. what is t...

0 Likes
1 Replies

help with billing in laravel

Hi, im building this SaaS application where the users are billed every month on their join dates. bu...

0 Likes
1 Replies

Redis queue multiple connections and queues, correct structure?

Using Laravel 4.2.17 I wanted to split up different queues like send email and send sms Using purely...

0 Likes
2 Replies

Why does the update to AWS SDK break Laravel 5.1?

So we have a Laravel 5.1 API running on our systems, and use the AWS SDK for php for pushing jobs to...

0 Likes
1 Replies
Solved

Schedule jobs + Cli command or Controller->Route script + Cron Job?

Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...

0 Likes
1 Replies
Solved

Queuing/throttling client apis that are throttled

I am working on a project that involves accessing client apis on their behalf. these apis have thro...

0 Likes
0 Replies

Search Query doesn't work properly

Hi, I have create search keyword query for my cart. If I debug query with ->toSql() it display an...

0 Likes
0 Replies

Laravel Queue

I am using queue and pushing queue in controller with $this->dispatch() method, but it does not r...

0 Likes
1 Replies

SQS Duplicate messages handeling

I am running a queue process using Amazons SQS and a separate machine that processes the jobs (a wor...

0 Likes
1 Replies
posted 11 years ago

Queue worker for one particular queue/tube

I am using Beanstalkd, and I want to queue particular types of jobs to different tubes (mail to one,...

0 Likes
1 Replies

Laravel listeners to specific queues/tubes only.

Hi, Is it possible in Laravel 5.2 to have two listeners listening to just specific queues only, so f...

0 Likes
0 Replies
posted 10 years ago

Laravel 5.0 Commands and Queues

Hi, I'm having some difficulty using Commands and Queues with a Laravel 5.0 project. I've used Jobs...

0 Likes
2 Replies

Laravel Installation Problems

Hey, So, I was following a tutorial to get Laravel up & running, and I did everything it asked....

0 Likes
3 Replies

Service Container not resolving the same inside Job

Running Lumen 5.2.6 When I fire up a Job, if I do this: public function handle(Application $app)...

0 Likes
0 Replies
posted 10 years ago

Dynamically created queue listeners - how to ?

Hello, I have a case were I need to open dynamically queue and place some jobs in it - by it self is...

0 Likes
1 Replies

Mail::queue() appears to send mail twice or more.

I'm using Laravel 4.2, IronMQ and Mailgun to send emails on the live site. For some reason two - som...

0 Likes
0 Replies
posted 10 years ago

Background processing with Jobs - Am I taking the right approach?

hello everyone- Here is my situation. I am building a data upload tool for end users (this may sound...

0 Likes
1 Replies

Timed Queue Request - Per User

Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...

0 Likes
0 Replies

Remove expired data from database

Hi, Is there any interface for removing expired data from database? For example I have tokens for ve...

0 Likes
0 Replies
posted 10 years ago

Heroku queue installion

I deployed a test app on heroku, here what the Procfile contains web: vendor/bin/heroku-php-apache2...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.