-
-
Notifications
You must be signed in to change notification settings - Fork 86
Installation
tanthammar edited this page May 4, 2021
·
18 revisions
Make sure you installed Livewire >=v2 correctly.
Installing this package via composer:
composer require tanthammar/tall-forms
- See the Artisan Install wiki page
Go through the pages in the following order (see the sidebar):
php artisan vendor:publish --tag=tall-form-config
If you publish the views you are on your own, and it will be hard to maintain them to match this package frequent updates.
-
Most styling can be customized in the theme css
-
Each field has a lot of styling options that hopefully covers your needs, if not - please create a feature or PR.
-
Every field also has a blade component class you can extend or replace.
If you still decide to publish the views it would be a good idea to watch this package for changes.
php artisan vendor:publish --tag=tall-form-views
Next step -> Tailwind config
- 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