tall-forms

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

MIT License

Downloads
35.3K
Stars
688
Committers
18

Bot releases are visible (Hide)

tall-forms - Laravel 10 Latest Release

Published by tanthammar over 1 year ago

tall-forms - PR #119 Jetstream or Breeze verison checking

Published by tanthammar about 2 years ago

tall-forms - fix #113

Published by tanthammar over 2 years ago

tall-forms - Fix DesignField rendering error

Published by tanthammar over 2 years ago

tall-forms - Turkish

Published by tanthammar over 2 years ago

#110

tall-forms - Laravel 9 compatibility

Published by tanthammar over 2 years ago

tall-forms - Fix session notifications

Published by tanthammar over 2 years ago

tall-forms - Fix merging classes to field attributes with an empty array

Published by tanthammar over 2 years ago

tall-forms - Alpine Trap plugin merged into Alpine Focus

Published by tanthammar over 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()
tall-forms - artisan make form without buttons cmd

Published by tanthammar almost 3 years ago

tall-forms - Tailwind 3.0 support

Published by tanthammar almost 3 years ago

  • This update has no breaking changes UNLESS you re-publish tall-theme.css
  • The views are compatible with both Tailwind 3.x and Tailwind 2.x
  • The artisan installation command installs Tailwind 3 and an updated tall-theme.css
  • The Tailwind 2 theme is still available with a separate artisan publish command.

If you want to upgrade your project to Tailwind 3, you can check the manual installation pages for examples of Tailwind 3 and Laravel mix configs.

tall-forms - Nested KeyVal and Repeaters

Published by tanthammar almost 3 years ago

Support for Nested Repeaters and Keyval fields.

fix: removed x-data on Honeypot/hidden fields.

tall-forms - Lock to Tailwind 2.x

Published by tanthammar almost 3 years ago

Tailwind 3.x has been released. This update locks the installer to Tailwind 2.
Will start to work on a Tailwind 3 compatible version asap.

tall-forms - v8

Published by tanthammar almost 3 years ago

This release contains a lot of breaking changes.
If you use the sponsor-fields, you have to update that package at the same time.
I will announce on twitter and discord when the documentation is complete.

Requirements
Php ^8.0|^8.1
Laravel ^8.75.0
Livewire ^2.8.1
Alpine ^3.5.1
Alpine Trap ^3.5.2 plugin
Alpine Collapse ^3.7.0 plugin
Tailwind 2.x

Link to new documentation

tall-forms - Fix default onDeleteModel()

Published by tanthammar over 3 years ago

tall-forms - Fix custom wrapViewPath

Published by tanthammar over 3 years ago

tall-forms - move title in default wrapper stub for plain lv8 proj

Published by tanthammar over 3 years ago

tall-forms - Fix ImageCropper updatedFoo() hook

Published by tanthammar over 3 years ago

tall-forms - remove "." from error messages if applied to Repeater/Keyval wrappers

Published by tanthammar over 3 years ago

tall-forms - Updated artisan installation command and wiki

Published by tanthammar over 3 years ago

From this release forward, tall-forms artisan installation command and documentation, will only support Laravel 8, Laravel mix 6, Tailwind 2.x
This has no effect on existing installations.
The package is still compatible with Laravel 7, and Tailwind 1.x, but I will not maintain documentation for it.

Package Rankings
Top 4.81% on Packagist.org
Badges
Extracted from project README
Latest Stable Version Total Downloads Latest Unstable Version License
Related Projects