Support the ongoing development of Laravel.io →

388 Threads

mail queue with attached uploaded file

I have a laravel REST service where cameras can upload photos using an HTTP Post command. The contro...

0 Likes
0 Replies

I am using iron.io for uploding the csv file but can't get the response from iron.io

Hi, I am using laravel framework.To upload the csv file via a third party API iron.io when i am usin...

0 Likes
0 Replies
posted 9 years ago

Checking if the queue is working remotely?

Hi, I have been having an issue where the queue deamon just stops running on the server and until it...

0 Likes
3 Replies

[ask] Chaining one to many relationship

It's been two days debugging. is there a way to chain this properly ? I tried $post = Post::has('com...

0 Likes
2 Replies
posted 9 years ago

Queue Fails Without a Reason

I have a job which has its first line Log::warning("start: $id"); and a last line Log::wa...

0 Likes
0 Replies

Remove reserve job on queue

Is there a way to remove/kill a job that is already on the queue's reserve?

0 Likes
0 Replies

Private Messages: How to group into conversations?

Hey all, I am building a PM system with the following DB (Currently - Open to suggestions) Users id...

0 Likes
3 Replies

Raw select using jenssegers Laravel-MongoDB

I add jenssegers Laravel-MongoDB package into my Laravel 4.2 project, and have a one problem. Maybe...

0 Likes
0 Replies

How to pass Sorting parameter to Repository

I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...

0 Likes
0 Replies

Queue handling failed jobs

What is the best way to handle failed jobs? Maybe an email couldnt't send or an image couldn't resiz...

0 Likes
0 Replies
posted 9 years ago

how to config multi queue name

queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...

0 Likes
1 Replies
posted 9 years ago

Queue::failing - get exception thrown, or (better) stack trace

I have a queue which occasionally fails, and fires Queue::failing. this sends me a mail to let me kn...

0 Likes
1 Replies

Queue Failed Jobs - Beanstalkd & Supervisor

I was trying to record some data to other table when the jobs fails. It works great in failed jobs t...

0 Likes
0 Replies

In Laravel is there a way to queue emails sent in database and then process them for sending from database using cron task

This will help track all emails sent. prioritize email sending. speed up user exp. (as emails will...

0 Likes
0 Replies
posted 9 years ago

Mailer gives errors

Hi, If i try to send an email, even without the queue the error 'Class queue.worker does not exist'...

0 Likes
0 Replies

Handling async multiple users uploading at the same time.

I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...

0 Likes
0 Replies
posted 9 years ago

php artisan queue:work Connection refused

On forge I have set up the variables in nginx config but doesnt look like artisan is looking at that...

0 Likes
0 Replies

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

Return Query as JSON

When calling the following select how do you return it as JSON $users = DB::table('users')->g...

0 Likes
4 Replies

Unrelated issue with database, workers and view composer? Yes? No? Maybe? What? Whoot!

Hi; On local machine (Homestead ) everything works fine, site runs and workers do their job like goo...

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.