MedicOneSystems / MedicOneSystems/livewire-datatables

Can't install on Laravel 10

Open
#567 17 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
1.2k
Forks
257
PR merge metrics
No merged PRs in 30d

Description

Hi, when i run composer require mediconesystems/livewire-datatables in a new Laravel 10 application i get errors:

Problem 1
- reedware/laravel-relation-joins[v2.4.0, ..., v2.4.2] require illuminate/database ^6.20.12|^7.30.4|^8.22.1 -> found illuminate/database[v6.20.12, ..., v6.20.44, v7.30.4, v7.30.5, v7.30.6, v8.22.1, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- reedware/laravel-relation-joins v3.0.0 requires illuminate/database ^7.30.4|^8.23|^9.0 -> found illuminate/database[v7.30.4, v7.30.5, v7.30.6, v8.23.1, ..., v8.83.27, v9.0.0, ..., v9.52.5] but these were not loaded, likely because it conflicts with another require.
- mediconesystems/livewire-datatables v0.10.1 requires reedware/laravel-relation-joins ^2.4|^3.0|dev-l10-compatibility -> satisfiable by reedware/laravel-relation-joins[v2.4.0, v2.4.1, v2.4.2, v3.0.0].
- Root composer.json requires mediconesystems/livewire-datatables ^0.10.1 -> satisfiable by mediconesystems/livewire-datatables[v0.10.1].

You can also try re-running composer require with an explicit version constraint, e.g. "composer require mediconesystems/livewire-datatables:*" to figure out if any version is installable, or "composer require mediconesystems/livewire-datatables:^2.1" if you know which you need.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the composer require command in a new Laravel 10 application and inspect the package constraints shown for mediconesystems/livewire-datatables and reedware/laravel-relation-joins. Done means Composer can resolve and install the package in Laravel 10 without the reported illuminate/database conflict.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend, build-system
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.