Support the ongoing development of Laravel.io →

458 Threads

Search using two models

I have two Models User and UserDetails and i want to search users by providing search creteria of us...

0 Likes
3 Replies
posted 8 years ago

Job success callback?

any parallel function to Job::failing() that is invoked when the job succeeds? I want to use it to l...

0 Likes
0 Replies
posted 8 years ago

Job Queue: Client-Server communication

Hi, I currently use Database driver for Queues, Laravel 5.1. A client posts a request (time-consumin...

0 Likes
0 Replies

L5.1 event broadcasting issue

I tried to follow a guide from laracasts. Event broadcasting works but there is inexplicable delay b...

0 Likes
0 Replies

Regarding Sending Mail Notification

Hello Laravel Lovers, I am using Laravel 5.1 framework and I want to send email notification to a pa...

0 Likes
1 Replies

show remaining and occupied

I am struggling with something and I really need some help The web application I am putting it toget...

0 Likes
1 Replies

Mail send function customization

I want to give the html content instead of the path to template in Mail::send("emails.template....

0 Likes
4 Replies

Synchronize User in timeperiod between Project and external Server with Queue

Hello Everyone, i want to Synchronize my Users with a other System. When a new user registers, i wan...

0 Likes
0 Replies

Architecture for Imports

Hi guys, this is more a architecture question. I'm about to implement a bunch of Import implementati...

0 Likes
0 Replies

IronMQ With Laravel 5.1

Hi guys, Am trying to implement a mail queue on my godaddy shared hosting using IronMQ but am confus...

0 Likes
0 Replies

Incorrect mail being sent by queue handler

I'm using Laravel 4.2 with the Mandrill driver, and beanstalkd as queue driver, all on a Forge serve...

0 Likes
1 Replies

multiple command

here is my case i need to send multiple emails i created a command implements ShouldBeQueued to send...

0 Likes
0 Replies

Issues Running Queues on Multiple Machines

Hi. I'm trying to set up a web application in Laravel 5.1 that uses queued jobs, using the database...

0 Likes
0 Replies
posted 9 years ago

Class 'Pheanstalk_Pheanstalk' not found

Hi there, I tried to create a queue using beanstalkd. But I always got error message: Class 'Pheanst...

0 Likes
6 Replies

post data using queue:listen

I am using laravel 5. i create a queue job which is used to post data to third party application usi...

0 Likes
0 Replies

How to touch long-running beanstalkd queues

I often have long-running beanstalkd queues and although looking at the logs the queue has completed...

0 Likes
0 Replies
posted 10 years ago

Help with setting up a Queue listener

I'm using Amazon's SQS and have added a message via a 3rd party to the queue. I setup a Laravel proj...

0 Likes
10 Replies

Send EMAILS at determined DATE and TIME (help with logic)

Hello. In my app I have a form which allow the user to choose/insert: date/time, list of emails and...

0 Likes
1 Replies

SQS Config

This is the config for SQS: 'sqs' => array( 'driver' => 'sqs', 'key' => 'your-publi...

0 Likes
2 Replies

Batch Processing - is it possible to use queues?

Hi Lets say I have Entries table in my project. For each new entry I would like to check external AP...

0 Likes
1 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.

© 2024 Laravel.io - All rights reserved.