Support the ongoing development of Laravel.io →

458 Threads

Invoking shell scripts and handling the outputs from shell scripts in Laravel

Hi All. I started learning Laravel about 2 weeks back and I guess this is amazing. I have a requirem...

0 Likes
0 Replies

homestead queues - supervisor on boot

Hello I'm using homestead as a basis and just started to use queues + database driver I've setup sup...

0 Likes
0 Replies

Laravel 5.1 Job scheduler causing MySQL to generate large binlog files

I originally posted this on the Laracast forums but didn't get a response. Then I thought this migh...

0 Likes
0 Replies
posted 9 years ago

Multi Process queues

just wondering if the queue in laravel is automatically multi threaded in that it does not matter ho...

0 Likes
1 Replies
posted 8 years ago

Beanstalkd Queue Error- JOB_ID not found.

I have a queuing system with my workers written in Laravel 4.2. I am getting a JOB_ID not found exce...

0 Likes
1 Replies
Solved
posted 8 years ago

Pushing a job to Laravel Queue using core php outside laravel

While working on a custom integration, i need to trigger emails / sms after some action in my php ap...

0 Likes
2 Replies

I need help expanding my query with DB

So I'm checking to see that a "tag" has expired 7 days ago. But I also want to make sure t...

0 Likes
1 Replies
posted 8 years ago

Laravel 4.2 and Beanstalkd: Error sending queued mails

Hi, I'm trying to send emails with queues using Laravel 4.2, beanstalkd and mandrill via Forge/Digit...

0 Likes
0 Replies

Laravel 4 mail queue SQS implementation......

class UserController extends \BaseController { public function reminder(){ if(Auth::check()){...

0 Likes
0 Replies

Extending Illuminate\Auth\Passwords\PasswordBroker

Hi, I want to extend PasswordBroker to put the reset mails to the queue. I picture simply creating a...

0 Likes
1 Replies
Solved

"Best Way Too" Question regarding setting up scheduled tasks.

I have a function at the moment where a user can view a variety of items. I'm wanting to implement(c...

0 Likes
1 Replies

I want to send one message to multiple recipients (array) stored in to_ array and I don't want any recipent see other emails

can you help me ? I don't want any recipent see other emails my code : Mail::queue('emails.msg', $vi...

0 Likes
3 Replies
posted 8 years ago

Run a scheduled task, then catch up if it is missed?

I need to run a number of scheduled jobs at specific times. It is important they run at those times,...

0 Likes
2 Replies

Laravel 4 Mail::queue not using the right environment

I've been working on this website for a while and just recently finished and wanted to "go live...

0 Likes
1 Replies
Solved
posted 8 years ago

queue jobs being added 2 times

I call $this->dispatch(new GenerateEventTotals(3)); from within a controller and 2 jobs for the s...

0 Likes
0 Replies
posted 8 years ago

Queue in Laravel 5

A website hosted on cpanel shared Linux server without command line access. please tell me how to u...

0 Likes
0 Replies

Guzzle and Laravel Sessions

I have a queue worker which rebuilds the cache for some 50 routes every time a user submits or updat...

0 Likes
0 Replies

How to stop a running script after a particular limit in laravel 4

Hello everyone, I'm building an application for a quiz site using laravel 4 there is a module for t...

0 Likes
0 Replies

Laravel 5.1 Task Scheduling

How can i use controller method in scheduling rather than command?

0 Likes
1 Replies
posted 8 years ago

Handling Queued Event Listeners

My application has several event listeners which send out emails to various system users. The proble...

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.

© 2024 Laravel.io - All rights reserved.