Cord
Cord
Thanks for this nice package! In my use case, I want to export a filtered result - but looks like the filter values are not passed to the action url?...
this one works except making the mask bg transparent - maybe you can quickly see what the issue is? tried for hours and looks like I do not understand what...
- border and transparent background - antialiasing - without using mask
fix to keep transparency when cropping images
Great stuff! However there seems to be an issue with the concept of defining functions for fields properties and validators as standard JSON does not allow / support to generate...
Would be great if the package supports flexible resizing, effects etc. through url parameters. This can "almost" be done, but the image cache does not support this: In short: **Issue:...
UseCase: only pre-defined tags should be selectable no dynamic creation of tags should be possible as with https://novapackages.com/packages/spatie/nova-tags-field ```php // define type to select from $tagType = 'myType'; //(...) Multiselect::make(__("Tags"),...
1. `composer require nothingworks/blade-svg` 1. `php artisan vendor:publish --provider="BladeSvg\BladeSvgServiceProvider"` 1. download and configure the path to Fontawesome SVG as described on https://medium.com/@simondepelchin/how-to-use-font-awesome-5-svgs-with-laravel-blade-a5dc93743cd0 1. make a helper function ``` function faIcon($faIcon,...
Having a lot of grouped menu items with icons now - It is hard to distinguish between the group label and the grouped items. It would be great to have...