Skip to content

v8 upgrade guide

tanthammar edited this page Apr 20, 2021 · 1 revision

New requirements

  • PHP 8
  • Laravel 8
  • Tailwind 2.x
  • Livewire, same requirements as before
  • Alpine Spruce state management

Major changes

  • All fields can be used as stand alone blade components in any blade view or form.
  • Heavy use of Alpine @entangle instead of Livewire wire:model
  • Added js field validation for a snappier response
  • Compatibile with
  • An animated shake is added to tf-field-error class.

Upgrade steps

  • Republish or merge the tall-theme.css.

Performance tips

  • use Tailwind JIT compiler in Laravel Mix
Clone this wiki locally