Releases: tanthammar/tall-forms
Releases · tanthammar/tall-forms
Laravel 10
Merge pull request #123 from laravel-shift/l10-compatibility Laravel 10.x Compatibility
PR #119 Jetstream or Breeze verison checking
Merge pull request #119 from kulcsarbalazs/patch-1 (fix) Jetstream or Breeze verison checking
fix #113
8.2.8 fix #113
Fix DesignField rendering error
8.2.7 fix designElement errors
Turkish
Laravel 9 compatibility
8.2.5 Laravel 9 requires php 8.0.2 minimum
Fix session notifications
8.2.4 fix session notifications
Fix merging classes to field attributes with an empty array
8.2.3 Merge branch 'master' of https://github.com/tanthammar/tall-forms
Alpine Trap plugin merged into Alpine Focus
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()
artisan make form without buttons cmd
8.2.1 artisan make form without buttons cmd