alphaolomi / alphaolomi/laravel-repman
There is no way to know if I am at the end of listing
オープン
good first issue
help wanted
- 主要言語
- PHP
- スター
- 7
- フォーク
- 1
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
How to know if I am at the end of listing?
```php
do {
$packages = $repmanService->packages($organization)->list($page);
if ($packages->contains('name', '=', $packageName)) {
$this->output->error('Package exists, exiting');
return Command::INVALID;
}
$page++;
} while ($packages->count());
```
as Repman always sends back last page(presumably, I do not know yet)
コントリビューションガイド
評価
この issue はまだ評価されていません。