MedicOneSystems / MedicOneSystems/livewire-datatables
In Laravel 10, the Expression::getValue() function has a required parameter of type Grammar.
Open
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:
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 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