MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

Troubles installing in Laravel 9 #403

Closed Pplan47 closed 2 years ago

Pplan47 commented 2 years ago

I tried to install livewire-datatables in a new laravel 9 project: =>composer require mediconesystems/livewire-datatables and the result was:

Problem 1

Then I tried: =>composer require mediconesystems/livewire-datatables:dev-master --ignore-platform-req=ext-zip but...

Problem 1

Please, can you help to resolve the issue?. Thanks in advance.

thyseus commented 2 years ago

Duplicate of:

https://github.com/MedicOneSystems/livewire-datatables/issues/398

ensure to use dev-master and to use the -W flag of composer.

@marksalmon could you bump the packagist.org version? Alternatively: could you give me the access rights to the packagist.org version so i can be a livewire-datatables maintainer in the future? Thanks !

Pplan47 commented 2 years ago

It works. Thanks a lot!

abbasmashaddy72 commented 2 years ago

Thanks for the Package.

Waiting for the Stable version.

thyseus commented 2 years ago

@marksalmon i was able to publish a 0.7.0 version at packagist with the existing hook. I try to keep this package maintained as much as possible until you are back/have time again for the package.