Tall Forms Versions Save

Laravel Livewire (TALL-stack) form generator with realtime validation, file uploads, array fields, blade form input components and more.

9.0.0

1 year ago

8.2.9

1 year ago

8.2.8

2 years ago

8.2.7

2 years ago

8.2.6

2 years ago

#110

8.2.5

2 years ago

8.2.4

2 years ago

8.2.3

2 years ago

8.2.2

2 years ago

This update only changes the installation commands, stub file. In your existing projects you need to install the Alpine Focus plugin and remove the Alpine Trap plugin. The reason is that Caleb merged the Trap plugin into the new Focus plugin.

npm install @alpinejs/focus

change your app.js to something like this:

import Alpine from 'alpinejs'
import focus from '@alpinejs/focus'
import collapse from '@alpinejs/collapse'


require('./bootstrap');

window.Alpine = Alpine

Alpine.plugin(focus)
Alpine.plugin(collapse)
Alpine.start()

8.2.1

2 years ago