andersao / andersao/l5-repository
Adding avg, count, max, min
Aberta
verify
- Linguagem predominante
- PHP
- Estrelas
- 4.2k
- Forks
- 880
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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;
}
```
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.