-
**I never actually send any email from Laravel/PHP, so this is new for me.**
This is optional and must be enabled by admin first in the system page.
Admin must provide email for sending the mails(…
-
- Laravel Mix Version: 6.0.0
- Node Version: v14.15.3
- NPM Version: 6.14.9
- OS: Windows 10
### Description:
i've upgraded a project from Mix 4 to 6, i had some url with this format
…
-
This issue is to track the progress for releasing version 4:
- [ ] Finish Documentation
- [x] Views
- [x] Facades
- [x] Routing
- [x] Release cycle
- [x] Middleware
- …
-
### Prerequisites
* [x] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
* [x] Checked that your issue isn't already filed.
* [x] Checked if no PR w…
-
Hi there! I found your tutorial a time ago and it was my guidance to implement WebSockets from that time until now.
**THANKS, A LOT!!!**.
Now I have a little question. when using Events for broadc…
-
- Laravel Version: 8.61.0
- PHP Version: 8.0.8
- Database Driver & Version: Clustered Redis v6.0.5
### Description:
When trying to use job Batches to dispatch a series of jobs to a redis …
-
但我这么使用好像没效果
`app/Exceptions/Handler.php`
```php
public function report(Throwable $e)
{
if($this->shouldReport($e)){
Log::info('我来到');
ExceptionsJob::…
-
### Is the bug applicable and reproducable to the latest version of the package and hasn't it been reported before?
- [X] Yes, it's still reproducable
### What version of Laravel Excel are you u…
-
I am currently using ElastiCache with redis as the driver for the queues.
Based on your example posted at https://github.com/brefphp/examples/blob/master/Laravel/queues/worker.php I see that only …
-
Bit of a feature request. We're using docker/kubernetes more and more in our environment and [Prometheus](https://prometheus.io/) seems to be the default & recommended stats/health-check system to use…