andersao / andersao/l5-repository
Adding avg, count, max, min
Offen
verify
- Vorherrschende Sprache
- PHP
- Sterne
- 4.2k
- Forks
- 880
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
There are those methods in laravel, is there any plan to add them to the package?
For ex:
```
public function count() {
$this->applyCriteria();
$this->applyScope();
$result = $this->model->count();
$this->resetModel();
$this->resetScope();
return $result;
}
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.