rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.76k stars 330 forks source link

Can't install in Livewire3 #1293

Closed mai1237 closed 1 year ago

mai1237 commented 1 year ago

What happened?

I hav tried to install having Livewire3 beta and I got the message below: Your requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require rappasoft/laravel-livewire-tables:*" to figure out if any version is installable, or "composer require rappasoft/laravel-livewire-tables:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

How to reproduce the bug

No response

Package Version

No response

PHP Version

8.2.x

Laravel Version

No response

Alpine Version

No response

Theme

Tailwind 3.x

Notes

No response

Error Message

No response

lrljoe commented 1 year ago

Please see the discussion, v3 of this package is under development which will support Livewire v3.

Unfortunately there were a few breaking changes, and Anthony and I also took the opportunity to make some other improvements.

https://github.com/rappasoft/laravel-livewire-tables/discussions/1278

lrljoe commented 1 year ago

Please See Discussion