Clément Baconnier

Results 5 issues of Clément Baconnier

I should be able to use psalm to move and rename classes. It will be a much more reliable source and less likely to break due to changes on the...

enhancement

This drop the compatibility with Livewire 2, which means it will probably require a new version release. I couldn't test the re-captcha part as we don't use it. If someone...

The current version (2.2.36) does not support natively [Laravel Vite](https://github.com/laravel/vite-plugin) TLS. - **Laravel Vite** looks for the certificates in the folder `~/.config/valet/Certificates/` and this path is [hardcoded](https://github.com/laravel/vite-plugin/blob/f599658c5f5fb8bef2841855e318d0ce27be615f/src/index.ts#L501) - **Valet Linux**...

Hey! I discovered this helper today and this is excellent ! I'm pretty sure this could be used as a vim plugin to evaluate our selection directly on tinkerwell. But...

Since the bugfix introduced with PHP 8.3.13: https://github.com/php/php-src/issues/15918 When we retrieve Carbon objects we get the error: > Overloaded object of type Illuminate\Support\Carbon is not compatible with RecursiveArrayIterator At this...