Support the ongoing development of Laravel.io →

70 Threads

Why does the update to AWS SDK break Laravel 5.1?

So we have a Laravel 5.1 API running on our systems, and use the AWS SDK for php for pushing jobs to...

0 Likes
1 Replies
Solved

Schedule jobs + Cli command or Controller->Route script + Cron Job?

Hello, I'm having an issue what is best approach to schedule job in laravel. Setup is like this: The...

0 Likes
1 Replies
Solved

Issue with Queues and Namespaces. ReflectionException

I am using 4.2 and having the following issue. This command returns an error response. root@3900fe6e...

0 Likes
2 Replies
Solved

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

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
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

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

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

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

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

Pushing reponses to ajax

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

0 Likes
3 Replies
Solved

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

Forcing a command to only ever use the queue

Hey guys, I have a SendEmail command that is dispatched like so: Bus::dispatch( new SendEmai...

0 Likes
1 Replies
Solved

Laravel 4 -Call to undefined method

hi everybody. I have function scopeClubBlog at model. But It not working when set namespace. I th...

0 Likes
4 Replies
Solved

View rendering with mail queue

Hi all, I've beent testing around with mail queues using iron.io. I've modified "config/queue.p...

0 Likes
1 Replies
Solved

Create categories

Hello, I would like to ask for examples or samples, how to create categories with many to many realt...

0 Likes
2 Replies
Solved
posted 8 years ago

Laravel 5 Iron MQ - queue:subscribe throws error

Hello, I am trying to use IRON MQ for queuing process in my laravel project. I have installed iron-i...

0 Likes
1 Replies
Solved
posted 9 years ago

Output in queued commands

I have created a Deploy command which is added to a queue with Queue::push(new Deploy()); In the com...

0 Likes
2 Replies
Solved

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.