You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When attempting to install okipa/laravel-table in a project using Livewire version 3.x, I encountered a compatibility issue. The current version of okipa/laravel-table requires Livewire version 2.x, resulting in a conflict with my installed Livewire version 3.x.
Error Message:
- okipa/laravel-table[5.3.0, ..., 5.3.1] require livewire/livewire ^2.0 -> found livewire/livewire[v2.0.0, ..., v2.12.6] but it conflicts with your root composer.json require (^3.0).
Environment:
Laravel version: 10.25.2
Livewire version: 3.x
PHP version: 8.2.6
Steps to Reproduce:
Install a new Laravel project with Livewire v3.x.
Attempt to install okipa/laravel-table via Composer.
The above error message appears.
Would it be possible to add support for Livewire v3.x in okipa/laravel-table?
The text was updated successfully, but these errors were encountered:
I managed to work around the problem as follows:
When installing Jetstream in the Laravel project I set the jetstream version to ^3.0 then automatically when bringing the livewire it comes in version ^2.11 which is compatible with Okipa and so I was able to install it in Laravel 10.
However, I'm waiting for a Plugin update to be compatible with Jetstream ^4.0 and Livewire ^3.0. As soon as it is released I will update the project via composer.
Description:
When attempting to install okipa/laravel-table in a project using Livewire version 3.x, I encountered a compatibility issue. The current version of okipa/laravel-table requires Livewire version 2.x, resulting in a conflict with my installed Livewire version 3.x.
Error Message:
Environment:
Steps to Reproduce:
Would it be possible to add support for Livewire v3.x in okipa/laravel-table?
The text was updated successfully, but these errors were encountered: