Unable to install on Laravel:10.10 & Livewire:3 #1332
Replies: 9 comments
-
You need to install v3
|
Beta Was this translation helpful? Give feedback.
-
Keep in mind that v3 is in beta, so recommendation is not to use in production. Once any major bugs are ironed out then it'll be released. |
Beta Was this translation helpful? Give feedback.
-
The install is getting stuck because you can't upgrade to Livewire 3 without upgrading the Datatables plugin. |
Beta Was this translation helpful? Give feedback.
-
@ahtesham-clcbws - how are you doing with this now, if you're still stuck, then jump on the Discord and I'll try to lend a hand! |
Beta Was this translation helpful? Give feedback.
-
Hi, I am able to install the package from your comments, but for stuck on some errors, like when I change the columns from show/hide in UI, it will crash 50/50 chances, maybe there is issues like I don't understand the code or something, but try to figure out. |
Beta Was this translation helpful? Give feedback.
-
https://discord.gg/mkmEfq7hUC is the official Discord for the package. I'm there fairly consistently as is Anthony from Rappasoft, and questions get answered fairly swiftly by us or other knowledgeable users :) Does your Column Select issue look the same as: |
Beta Was this translation helpful? Give feedback.
-
Yeas something like that |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to replicate it on Tailwind, but have been able to on Bootstrap (which I'm working on a fix for) Feel free to join the Discord to share further info btw, I do pay more attention to Discord than Github at the moment |
Beta Was this translation helpful? Give feedback.
-
May be worth trying the develop branch in the interim too:
This has the latest fixes etc |
Beta Was this translation helpful? Give feedback.
-
What happened?
unable to install, composer through errors about livewire version, I already install and build my half project onto livewire, but when i downgraded, livewire throught errors.
How to reproduce the bug
No response
Package Version
No response
PHP Version
8.1.x
Laravel Version
10.10
Alpine Version
3.13
Theme
Tailwind 3.x
Notes
MY COMPOSER PACKAGES BELOW:-
Error Message
Problem 1
- rappasoft/laravel-livewire-tables[v0.1.0, ..., v0.2.1] require php ^7.2.5 -> your php version (8.1.10) does not satisfy that requirement.
- rappasoft/laravel-livewire-tables[v0.3.0, ..., v0.3.2] require php ^7.3 -> your php version (8.1.10) does not satisfy that requirement.
- rappasoft/laravel-livewire-tables[v0.3.3, ..., v0.4.0] require livewire/livewire ^1.3|^2.0 -> found livewire/livewire[v1.3.0, ..., v1.3.9, v2.0.0, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- rappasoft/laravel-livewire-tables[v1.11.0, ..., v1.14.0] require livewire/livewire ^2.5.3 -> found livewire/livewire[v2.5.3, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- rappasoft/laravel-livewire-tables v1.15.0 requires livewire/livewire ^2.6.2 -> found livewire/livewire[v2.6.2, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- rappasoft/laravel-livewire-tables v1.16.0 requires livewire/livewire ^2.6.5 -> found livewire/livewire[v2.6.5, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- rappasoft/laravel-livewire-tables[v1.0.0, ..., v1.19.1] require livewire/livewire ^2.0 -> found livewire/livewire[v2.0.0, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- rappasoft/laravel-livewire-tables[v1.19.2, ..., v1.25.1, v2.0.0, ..., v2.15.0] require livewire/livewire ^2.6 -> found livewire/livewire[v2.6.0, ..., v2.12.6] but the package is fixed to v3.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires rappasoft/laravel-livewire-tables * -> satisfiable by rappasoft/laravel-livewire-tables[v0.1.0, ..., v0.4.0, v1.0.0, ..., v1.25.1, v2.0.0, ..., v2.15.0].
Beta Was this translation helpful? Give feedback.
All reactions