Andy Hinkle

Results 6 issues of Andy Hinkle

### Bug description When using `max_filesize` validation rule, it doesn't contain the attribute key. It only displays the ending message, "May not be greater than 3000 kilobytes." which isn't particularly...

bug
forms

I'm finding a need to check if a component has processed on the page. I can always test if the HTML/text shows within the page but sometimes I want to...

Hi all, As posted in their README: > Please note that this is experimental and is not actively maintained and supported by our team. If you are interested in helping...

## Description This PR introduces an optional method for adding `helperText()` to `ImportColumn`. This functionality is particularly useful for providing instructions prior to validation. ```php ImportColumn::make('associated_skus') ->label('Associated SKUs') ->requiredMapping() ->helperText('Comma...

enhancement

This PR introduces a "Include Legend" checkbox, which is enabled by default. This feature will allow users to choose whether they want to include the legend in the print output,...

This PR adds support for single and multi-selection using Laravel Prompts in the `stub:publish` artisan command. https://github.com/user-attachments/assets/ae4325f1-35b2-454b-9840-ad1f7755f4ed The `stub:publish` command currently publishes all customizable stubs, which now includes 52 stubs....