-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
Like: https://laravel.com/docs/11.x/http-tests
-
# Watch Laravel Dusk Test Run in Browser | 5 Balloons
[https://5balloons.info/watch-laravel-dusk-test-run-in-browser/](https://5balloons.info/watch-laravel-dusk-test-run-in-browser/)
-
Its not really a bug. Your php works perfectly except, I already have cast on my model using MoneyPHP:
```
public $casts = [
'price' => MoneyCast::class,
];
```
So when I add…
-
### Realoquent Version
0.6.0
### Laravel Version
11.27.2
### PHP Version
8.2.24
### Operating System & Version
Debian 11
### Database Type & Version
Postgres 16.4 (Debian 16.4-1.pgdg110+2)
#…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
Since the upgrade to 7.0.13, it…
-
### Octane Version
2.5.6
### Laravel Version
10.48.22
### PHP Version
8.1.29
### What server type are you using?
Swoole
### Server Version
5.1.4
### Database Driver & Ver…
-
### Debug mode
- [X] I have enabled debug mode
- [X] I have read [checked the Common Issues page](https://snipe-it.readme.io/docs/common-issues)
### Describe the bug
I can send the test email, but …
-
### What happened?
When interacting with a MultiSortFilter and selecting the "All" option (or selecting everything other than "All" manually), it shows all of the checkboxes as checked, and the table…
-
### What happened?
I cant install using
composer require tapp/filament-form-builder
from the documentation.
It gives error message
"Could not find a matching version of package tapp/filam…
-
### PHP version
8.1
### irazasyed/telegram-bot-sdk version
3.14
### Laravel version (if any)
_No response_
### Code To Reproduce the bug
function sendReminder($chatId, $message, $audioFile) {
…