Icons

Customizing the icons

They icons will be published to resources/views/vendor/tall-forms/views/icons

php artisan vendor:publish --tag=tall-form-icons

Auto-publish icons

For convenience auto-publish the icons when updating the package by adding a post update command to composer.json.

"post-update-cmd": [
    "@php artisan vendor:publish --force --tag=tall-form-icons" //remove --force if you customize the icons
]

Custom icons

Customize the icons by replacing the files, or, by changing the path in config/tall-forms

How to use icons

See Input field

Last updated