Support the ongoing development of Laravel.io →

457 Threads

HasMany relationship query builder

Hi, I am having trouble building a simple query. I have a 3 models Photo, Post and Tag. Tag model is...

0 Likes
2 Replies

Processing through a string of actions until one succeeds

I am just wondering if there is a Laravel (5.0) best practice for this one. I have it implemented as...

0 Likes
0 Replies
posted 8 years ago

how to give priority to jobs in queue (let say pushing in front)

How can i push certain jobs in front in the queue in other words give priority to jobs ? I did n't f...

0 Likes
2 Replies

Pushing reponses to ajax

Hi, is there please anyway to push Reponse to an ajax script in the view ?

0 Likes
3 Replies
Solved

Lumen base url is different in a Controller and a Job

I have a controller where URL::to('/') returns the base url of my website. However, when I use URL::...

0 Likes
1 Replies

Queued events and logged in users with Sentry

In my application when a user creates a new task record there is a bubble process that can take a fe...

0 Likes
0 Replies
posted 8 years ago

Queued job blocks and waits for background process

I am running a queued job that basically does this: exec('<long running script> &'); It c...

0 Likes
2 Replies

Run a query every 24 hours?

I have a site with a large number of downloads available and I've implemented a bandwidth cap for ea...

0 Likes
1 Replies
posted 8 years ago

I need help with queueing in laravel

I have currently moved 2 Eloquent into __contsrcut() of class CreateMediaJob. And created an excepti...

0 Likes
0 Replies

Handle concurrent select/insert

Hi guys, I've tried to get some insight at #laravel but it doesnt help. So I have this project with...

0 Likes
2 Replies

child of child relationship with pivots

Hi everyone Could you please help me to solve my problem I have 3 tables: types belongstoMany catego...

0 Likes
1 Replies

Running Jobs at a specific time

Hi, Currently im using Laravel 4 for a few years now. And I really love it! But I have a questions h...

0 Likes
5 Replies
posted 8 years ago

Laravel 5 Queue with Homestead

Hi guys, I am having some issues with L5 with a sqs queue. I want the job to perform in the backgrou...

0 Likes
3 Replies
posted 9 years ago

supervised queue:listen stops working

I'm running the queue listen process via the following supervisor config (I'm using SQS). [program:l...

0 Likes
4 Replies

[L5] TokenMismatch on Mail with Iron MQ

Hello guys, I am having a problem with Laravel 5 and Push Queues I was wondering if anyone had this...

0 Likes
7 Replies
posted 8 years ago

laravel.io events

It would be quite nice to know when someone has responded to a thread that you have commented in, pr...

0 Likes
1 Replies

Mail::send() not working within the dynamic loop

Iam new to laravel and iam creating a application in which i will notify users about the comments po...

0 Likes
2 Replies
Solved

How to add job again in queue if certain condition met in handle method of laravel command

How to add job again in queue if certain condition met in handle method of laravel command or stop a...

0 Likes
3 Replies

Laravel models

Hello, so I have three models , one for Attachments one for Products and one for Articles. The Attac...

0 Likes
0 Replies

Queue leads to 'Maximum function nesting level of '100' reached, aborting!' fatal error

I am using Forge with a Digitalocean droplet and L5. I have been queing an image manipulation proces...

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