Skip to content
TinaH edited this page Jul 24, 2021 · 23 revisions

Optional: Publish the required icons

  • Publish the default svg icons needed for this package.
  • They 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 the config/tall-forms file

Clone this wiki locally