MedicOneSystems / MedicOneSystems/livewire-datatables

In Laravel 10, the Expression::getValue() function has a required parameter of type Grammar.

Open
#584 5 comments 0 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

(am using the dev version) This is used in the LivewireDatatables.php file at line 417. I fixed it for me locally by overriding the function and adding this parameter:
image

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 in LivewireDatatables.php at line 417 and compare the Expression::getValue() call with the Laravel 10 method signature, including its required Grammar parameter. Verify the corrected call against the package's Laravel 10 usage; done means the datatable works without the required-parameter error.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.