Jacob Timmerman
Jacob Timmerman
### Description of Bug When I use the API to create a new custom task type. The task will not executed. ### Steps to Reproduce **TaskType Class:** ```java package me.jacobtims.opkaddon2.tasks;...
### What happened? It would be nice to have an option to search through the options. The same as the `CheckboxList` has: https://filamentphp.com/docs/3.x/forms/fields/checkbox-list#searching-options ### How to reproduce the bug Not...
- Update the `laravel/serializable-closure` package to V2 - Update PHP to 8.4
Laravel model casts are not working when using `->diff()`. Example code: ```php $diff = $post->getVersion(1)->diff($post->getVersion(2)); $diff->toArray(); ``` Both the old and new values don't respect model casts and show the...
* This package now requires [Filament](https://filamentphp.com) 4.0 or greater. * This package now requires Laravel 11 or greater. * Change the `copyable()` method parameters to align with the new Filament...