Support the ongoing development of Laravel.io →

457 Threads

is Event and Listener are important to use in laravel ?

Hi friends is Event and Listener are important to use in laravel if yes , why ? i'm feeling that it'...

0 Likes
1 Replies

Not all jobs get deleted from beanstalkd

Hi. This is my first post. I've got an application that uses beanstalkd as a task queue. Jobs are...

0 Likes
1 Replies

[package] process job on laravel events with node

hi, i just released a package to process job on laravel event you just need 5 minutes to setup ;) l...

0 Likes
1 Replies
posted 7 years ago

Synchronize jobs Laravel

I have 4 methods: A, B1, B2, B3 and want to encapsulate their execution in separate jobs. A generate...

0 Likes
2 Replies

Laravel 5.3 and Notifications

I'm trying to grab some users from the database and notify them that a new position has been posted....

0 Likes
2 Replies
Solved

"with" or "load" causes all objects loaded

Hello All, This is my first post on this forum, so I'd like to send warm hello and thank You in adva...

0 Likes
5 Replies
Solved

belongsToMany three table

Hello. I have problem with relationship three table. We have the tables users - id - username compa...

0 Likes
2 Replies

How to populate failed_jobs table?

Hi! I am using php-resque and redis for my queues. Succesfully listen to queues from terminal (Debia...

0 Likes
2 Replies
posted 7 years ago

Multi process worker queue issue

Hi all, i have a process executed by worker daemon (php artisan queue:work). I set supervisor to run...

0 Likes
2 Replies

Notifications inside a command

Hi guys, any of you tried to send the notification from inside a Command? I am using the notifiable...

0 Likes
0 Replies

L5.3 Notifications data passing not working?

Hello, I have User model public function sendPasswordResetNotification($token) { $this->notif...

0 Likes
2 Replies
Solved

Jobs issues since passing from 5.1 to 5.2

Hello there, I tried to pass from version 5.1 to 5.2, following the available tuto on laravel.io. Bu...

0 Likes
1 Replies
posted 7 years ago

Run a job at a specific time

Hi! I'm planning to create events for my users. An event has a start date and an end date, and at th...

0 Likes
3 Replies
posted 7 years ago

[5.3] Supervisor multiple processes?

This is weird, I have supervisor to keep my queue going, but when I upgraded to Laravel 5.3 my proce...

0 Likes
0 Replies
posted 7 years ago

Events are still serial, how do I make the async?

I have a Stripe charge being created, that then on success creates a row in my DB and updates variou...

0 Likes
1 Replies
posted 10 years ago

Run multiple queue jobs the same time, with Beanstalk and Supervisor??

I have an app that will loop through a lot of domains and run CURL on them. With Laravel's Queues us...

0 Likes
5 Replies
posted 7 years ago

Laravel 5.2 - Queued jobs remain in queue after successful completion

Hello, I'm having a very strange issue using queues with the "database" adapter. When I ru...

0 Likes
1 Replies
posted 7 years ago

Lumen Queue::push(new ExampleJob) works in local but not on the server

Hi Dev's , i am using the "QUEUE_DRIVER=database" and "Queue::push(new ExampleJob)&qu...

0 Likes
3 Replies
posted 7 years ago

Laravel Event Broadcast not work with pusher

I used pusher for my project. I configure broadcasting as per laravel docs. When I fired my event pu...

0 Likes
1 Replies
posted 7 years ago

Chat application using queues in laravel

Hello I am new to laravel and i want to create a personal chat application like facebook. I want to...

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.