MedicOneSystems / MedicOneSystems/livewire-datatables
livewire-datatables İnstall Not Working
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
` Problem 1
- 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].
- mediconesystems/livewire-datatables[v0.0.1, ..., v0.4.3] require php ^7.2.5 -> your php version (8.2.7) does not satisfy that requirement.
- mediconesystems/livewire-datatables[v0.5.0, ..., v0.6.8] require illuminate/support ^7.0|^8.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- mediconesystems/livewire-datatables[v0.7.0, ..., v0.10.0] require illuminate/support ^7.0|^8.0|^9.0 -> found illuminate/support[v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.10] but these were not loaded, likely because it conflicts with another require.
- 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.10] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires mediconesystems/livewire-datatables * -> satisfiable by mediconesystems/livewire-datatables[v0.0.1, ..., 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Composer resolution failure with the reported PHP 8.2.7 environment and inspect composer.json dependency constraints. Determine which supported PHP, Laravel, and package-version combination should install successfully; done means Composer can install livewire-datatables without the reported conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel, php
- Domain
- backend, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100