Skip to content

Automatic Livewire version detection

Latest

Choose a tag to compare

@sindyko sindyko released this 19 Dec 04:52

🎯 What's New in v0.1.2

Livewire Version Detection

Aliaser now automatically detects your Livewire version and adapts accordingly:

  • Livewire 3.x - Full support with snapshot optimization
  • ⚠️ Livewire 2.x - Core features work, Livewire integration disabled
  • No Livewire - All non-Livewire features work normally

Changes

  • Added automatic Livewire version detection
  • Improved error handling when Livewire 2.x is installed
  • Package no longer crashes in projects without Livewire

What Works Without Livewire 3?

Even without Livewire 3.x, you can use:

  • Entity facade: Entity::user()->get()
  • Model morph map integration
  • All registries (models, forms, objects, collections, enums)
  • Artisan commands

Only Livewire snapshot optimization requires Livewire 3.x.

Livewire 2.x Support

Currently, Livewire 2.x is not supported, but support is planned for a future release. If you have Livewire 2.x installed, the package will work but without Livewire-specific features.