Skip to content

Releases: sindyko/aliaser

Automatic Livewire version detection

19 Dec 04:52

Choose a tag to compare

🎯 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.

v0.1.1

17 Dec 08:43

Choose a tag to compare

🐛 Bug Fixes

  • Fixed config file not publishing during installation

v0.1.0 - Initial Release

17 Dec 07:57

Choose a tag to compare

🎉 Initial Release

Features

  • ✅ Model aliases with Entity facade
  • ✅ Livewire integration (Models, Forms, DTOs, Collections, Enums)
  • ✅ Automatic morph map sync
  • ✅ Up to 50% smaller Livewire snapshots
  • ✅ Artisan commands
  • ✅ 5 specialized registries

Installation

composer require sindyko/aliaser
php artisan aliaser:install