-
-
Notifications
You must be signed in to change notification settings - Fork 86
Icons
TinaH edited this page Jul 24, 2021
·
23 revisions
- 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
- 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
]
Customize the icons by replacing the files, or, by changing the path in the config/tall-forms
file
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications