Support the ongoing development of Laravel.io →

457 Threads

job (exception not caught?) or delay not working?

I work with jobs to send back webrequests (GET) to urls a user defined. To save load of my server I...

0 Likes
0 Replies

Error running Queue

I have a Queue, which I'm trying to insert a job but, getting the following error: Next Illuminate\D...

0 Likes
0 Replies

TaskQueue.php Error - Laravel 5 & Forge

When running any Posts and Model::create function within Laravel I am being greeted with the below e...

0 Likes
0 Replies
posted 7 years ago

Queue Work Command duplicates consumers

Hello Am using mayconbordin/l5-stomp-queue as a Stomp ActiveMQ reader the problem is when i use the...

0 Likes
0 Replies

Multi scheduler

How can I check/solve my issue with scheduler. Q: If I set multiple command as per below but it work...

0 Likes
1 Replies
posted 7 years ago

Making your laravel command run two days in a week and twice a day?

I have a laravel 5.1 app. I want to run a laravel command twice a day in two days of the week. My at...

0 Likes
2 Replies
Solved
posted 7 years ago

queueable commands

Hi to all I'm trying to implement a very simple queueable command. The code is as follow: <?php n...

0 Likes
12 Replies

Get item by item_id from LengthAwarePaginator?

How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...

0 Likes
3 Replies
Solved

Queue processing problem using Beanstalkd: Sometimes jobs don't run

Laravel 4, Beantalkd, Supervisor, and Beanstalk Console These are the columns in the console for obs...

0 Likes
2 Replies

Generate dynamic URL?

Laravel 5.3 I have search results, need to do results per page. URL is dynamic. Depends on search r...

0 Likes
0 Replies

beanstalkd NOT under supervision, why?

Just about every "production" queue setup I've seen puts workers under supervision, but do...

0 Likes
0 Replies

Question about queuing and cache

Hey guys I'm developing an app across Windows and OS X. Is it okay to use the 'database' option for...

0 Likes
1 Replies

Laravel 5.3 why SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails?

I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...

0 Likes
1 Replies
Solved

Ho to Paginate search results?

I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...

0 Likes
2 Replies
Solved

How to catch \Predis\Connection\ConnectionException

I have enabled REDIS as default CACHE_DRIVER instead of FILE, but if redis instance is down for exam...

0 Likes
0 Replies

Order by module relationship properties sum

I'm developing plugin archive, for one community. So basically I got few tabs where plugins are orde...

0 Likes
1 Replies

Ajax call hangs server

I have ajax call which is executing after DOM is loaded: $(document).ready(function() { if ($('#...

0 Likes
0 Replies

Why my Ajax id's array Request deletes only 3 records?

My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...

0 Likes
1 Replies
Solved

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

Laravel API not responding quick enough

Hi, I have developed an API for an Angular front-end (https://brandhunt.co) The problem is that I ge...

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