Support the ongoing development of Laravel.io →

226 Threads

Multiple Laravel App using the same table job

I am working with 3 HTTP servers using the same Laravel app and sharing the same DATABASE, where the...

0 Likes
0 Replies

Is it okay to run a database query every minute?

I need to dispatch a bunch of jobs at a specific "release" date/time. I thought about just...

0 Likes
2 Replies

laravel- worker queue- RabbitMQ

The setup is as follows: API Endpoint (Server A) receives an incoming call, and adds this to a speci...

0 Likes
0 Replies

Why my cron job laravel 5.3 not working on localhost?

I using windows My code on \app\Console\Kernel.php is like this : <?php namespace App\Console;...

0 Likes
3 Replies
Solved

Background data export

Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...

0 Likes
4 Replies
Solved

How can l install laracharts package without composer

The remote server that the project is hosted on does not allow ssh access so l used ftp to upload th...

0 Likes
3 Replies
posted 6 years ago

Create 3 dailly random jobs

Hello. I am trying to create 3 dailly random jobs on Laravel. What I really did: app\Console\Kernel....

0 Likes
0 Replies

Laravel Horizon: problem using multiple queues (Laravel 5.5)

Hi, I just started using Horizon, and it seems awesome. I do have something weird going on: all my j...

0 Likes
1 Replies

Laravel Questions for Interview

Hello Friends, I have written few interview questions on Laravel Frameworks for Freshers. Request yo...

0 Likes
1 Replies

Laravel Vs Codeigniter. A difficult choice.

Hey fellows. I am in a situation I am sure I could use your comments. I have been working with Codei...

0 Likes
21 Replies

Questions about Queues in Laravel 5.1

Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...

0 Likes
0 Replies
posted 6 years ago

php artisan queue:work

How to run php artisan queue:work on production server?

0 Likes
3 Replies

Export Data in Background

Hi all, I am currently working on exporting large amount of data from the app. I'd like to the task...

0 Likes
0 Replies

Long Running DB Job Queue timing out. Laravel 5.4

Have the timeout for the queue set to 2400 tries 1 and I've set the process command timeout to 2400....

0 Likes
2 Replies

Best practices on creating scheduled tasks / jobs

Hi guys. Again, it might be just me, and maybe I’m expecting too much from the framework, but does a...

0 Likes
0 Replies

How is Laravel different than CakePHP and CodeIgniter?

Hi, I am Pratik Joshi. You can see me here on Stackoverflow with 5711 reputation points (stackoverfl...

0 Likes
12 Replies

Jobs getting picked up and processed by apache mod-php

I have a series of large, long running import jobs that are implemented as laravel jobs. In developm...

0 Likes
1 Replies

Run php artisan:queue as symfony process

I try to run php artisan queue:work as a symfony process so i made a class and in this class i have...

0 Likes
0 Replies

Am I failed in life by choosing PHP development as a career ?

##Am I failed in life by choosing PHP development as a career ?## See, I have work experience in PHP...

vrushalrt liked this thread

1 Likes
16 Replies

FatalThrowableError __clone method called on non-object

Laravel Version: 5.4.26 PHP Version: 7.1.5 Description: In my project I have a service class (Serv...

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.