Skip to content

Installation

tanthammar edited this page May 4, 2021 · 18 revisions

Installation

Make sure you installed Livewire >=v2 correctly.

Installing this package via composer:

composer require tanthammar/tall-forms

Easy installation

Manual installation (existing projects)

Go through the pages in the following order (see the sidebar):


(Optional) Publishing the config file:

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

(NOT Recommended!) Publishing the form view files:

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

Clone this wiki locally