-
- Horizon Version: 5.7.8
- Laravel Version: latest
- PHP Version: 7.4.18
- Redis Driver & Version: predis/phpredis n/a
- Database Driver & Version:
### Description:
Something is wrong. E…
-
Laravel has a feature named [Queues](https://laravel.com/docs/7.x/queues) which allows to run PHP jobs in the background either on regular intervals or based on user actions. I think that it would mak…
-
- Laravel Version: v8.19.0
- PHP Version: v7.4.8
- Database Driver & Version: N/A
### Description:
The notification channel we are using is limiting 20 requests per minute. Since job middl…
-
When handling an action as a job is it then possible to manually release it back onto the queue?
Normally in Laravel jobs you're able to run `$this->release(10);` inside of the handle function to rel…
-
- Laravel Version: 7.x, 8.x
- PHP Version: every
- Database Driver & Version: /
### Description:
The documentation in 7.x and 8.x are talking about a returning a DateTime interface and have an e…
-
Thanks a ton for putting this repo out there. Can't wait to use it!
Using Laravel 7/latest.
I am not having any trouble inserting queued jobs, but the worker lambda function gets an error trying…
-
Hi terreporter, great package! There's a problem i'm facing and don't know how to solve it.
I'm using compiled strings in my mailables like this:
`$template->body = view (['template' => $templat…
-
It will be nice if Laravel has `Request::captureReactRequest()` and `Response::sendThroughReact()` methods so that the following code could actually work:
```php
$kernel = app()->make(Illuminate\C…
-
- Laravel Mix Version: 4.1.2
### Description:
A heads up that Laravel mix doesn't seem to be compatible with sass-loader 8.0.0 (just released) which has some breaking changes.
### Steps To …
-
Our documentation appears to be out of date with regard to queueing closures.
https://octobercms.com/docs/services/queues#queueing-closures
This functionality was removed in L5.3, and appears to h…