Support the ongoing development of Laravel.io →

458 Threads

Display database record base on date.

How to display last 2 month record without including display last month record.

0 Likes
0 Replies

Best practice advice on creating crons

I've gone through the documentation for scheduling (https://laravel.com/docs/5.2/scheduling) and I u...

0 Likes
2 Replies
posted 9 years ago

Custom TTR for Each Job

Hello, I've got a question about queues and time to run values. I'm using Laravel 4 and beanstalkd....

0 Likes
1 Replies

Artisan Console - Understanding commands

I'm looking at L5.2's Artisan Console and "Writing commands" because I want to create cron...

0 Likes
1 Replies
Solved
posted 8 years ago

Jobs are are using different paths on execution.

Hi, I have a job that creates a default profile image when an user is created. I'm doing this: image...

0 Likes
0 Replies

Mail Queue and DOMPDF job works perfectly on homestead, but not on my production server

Hello all!! Latest 5.1 Laravel 5.1.27 Latest dompdf 0.6.2 So i have an email, that attaches a genera...

0 Likes
1 Replies
Solved

Run Custom Artisan Command in Background

I'm working on a chat application using the Ratchet package. With the help of tutorials I've written...

0 Likes
0 Replies

How to change the configuration in runtime

I'm making a multi tenant app (Saas). I already made a Middleware to deal with database connection o...

0 Likes
3 Replies

AWS S3 broken inside queue on production machine

I just rolled out a feature on my production site that uses Amazon S3 storage operations inside a qu...

0 Likes
1 Replies

Mail::failure doesn't return anything.

If email id wrong in to function then it should go in failure array and that array of email id shoul...

0 Likes
0 Replies
posted 8 years ago

Laravel Cron Jobs do not honour server timezone

As We know that Cron system works on UTC only. Does laravel honour server timezone while triggering...

0 Likes
3 Replies
Solved
posted 8 years ago

How to schedule jobs that only run during the day?

The easiest way to explain this is with an example: I have a system where User A posts a product on...

0 Likes
1 Replies
Solved

Define relation for Companies and Groups

Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....

0 Likes
2 Replies
Solved

Laravel Queue with Ratchet serialization of 'closure'

I am using Ratchet with laravel 4.1. I trying to pass the ratchet variables to the laravel job queue...

0 Likes
0 Replies

laravel5.1 rabbitmq so slow? why?

##this code in controller for($i=0;$i<=100000;$i++){ $this->dispatch(new SendReminderEmai...

0 Likes
0 Replies

Get message ID when sending email via Mandrill driver

I allow my users to send emails to their clients via the application, but when the message is not de...

0 Likes
1 Replies

Beanstalkd--queue--Mail::queue()-- Socket error 111: Connection refused (connecting to localhost:11300)

Hi, i get a error when i using Mail::queue(). I'm new to Queue, and i choose beanstalkd as my Queue...

0 Likes
1 Replies

Eloquent ORM how to avoid duplicate conditions

How can i prevent duplicate Shop data(shop_name)? when I dd($data) it return null; ** Database: ** |...

0 Likes
1 Replies

Push queues not receiving view data correctly

Hi guys, I'm having this weird problem, when I try to push an email to the queue, the message is sen...

0 Likes
7 Replies
Solved
posted 8 years ago

Laravel 5.1 and Redis queue jobs doesn't work

hey everyone, i'm using Laravel 5.1, i'm trying to set a queued job to get details which i need to w...

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.