Rhys Lees
Rhys Lees
**Describe the bug** The title of the preferences window is incorrect, at least on windows, (don't have Mac or Linux available to test) **Versions** 2.0.1.0 **To Reproduce** Steps to reproduce...
is there an option for Min number of items, I can't see one in the docs
### Issue After Upgrading to the latest version, stripe-cli no longer works. Rolling back to 1.8.11 works fine (havent checked newer versions) ### Expected Behaviour N/A ### Steps to reproduce...
I need to attach a synced force sell product to a product. Is this possible?
Nova 4 Laravel 10 
Would be cool if there was a card and field for maps with direction/route support
Currently, I am using Spark for my frontend billing which uses cashier of course. when viewing the overview on a billable model, the plan shows as the price id (see...
After submitting the form, you cannot submit again as the field does not reset https://github.com/AbanoubNassem/filament-grecaptcha-field/assets/43909932/63b0358c-b866-4948-a441-6e9f8470eb47 ```php GRecaptcha::make('captcha') ->label('') ->validationMessages([ 'required' => 'You must complete the captcha.', ]), ```
Would you accept a pr to support Filaments HasLabel interface for Enums. https://filamentphp.com/docs/3.x/support/enums#enum-labels Change Required: ```php protected function statuses(): Collection { if (static::$statusEnum instanceof HasLabel) { return collect(static::$statusEnum::cases()) ->map(fn($case) =>...
I think it could be worth adding a rule when `Valet` is detected to stop AI models stop running `php artisan serve`. I often find after asking ai to fix...