MedicOneSystems / livewire-datatables

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

L10 compatibility #564

Closed johnnuman closed 1 year ago

johnnuman commented 1 year ago

I was successfully able to install and run the package with Laravel v10. There were no issues or errors during composer update.

RalpinMcDjango commented 1 year ago

I can also confirm i've updated my project to laravel 10 with these changes and everything is working as expected.

Thanks John

Dandrum commented 1 year ago

Can please someone approve this pull request.

RalpinMcDjango commented 1 year ago

Thanks for merging this PR, I suggest for others wanting to composer update that you create a release or tags for this merge.

thyseus commented 1 year ago

@RalpinMcDjango done:

https://github.com/MedicOneSystems/livewire-datatables/releases/tag/v0.10.1

Glad to see this package is still in use by people :)

Dandrum commented 1 year ago

I run in following Problem with Docker FPM Php 8.2 and Laravel 10.4

#0 3.996   Problem 1
#0 3.996     - illuminate/support[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - Root composer.json requires mediconesystems/livewire-datatables ^0.10.1 -> satisfiable by mediconesystems/livewire-datatables[v0.10.1].
Sajjad-Arjmand commented 1 year ago

I run in following Problem with Docker FPM Php 8.2 and Laravel 10.4

#0 3.996   Problem 1
#0 3.996     - illuminate/support[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.2.4) does not satisfy that requirement.
#0 3.996     - Root composer.json requires mediconesystems/livewire-datatables ^0.10.1 -> satisfiable by mediconesystems/livewire-datatables[v0.10.1].

same here