Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Last active August 31, 2016 18:55
Show Gist options
  • Save julianobailao/6393158f04ceb2d6124e633827632dff to your computer and use it in GitHub Desktop.
Save julianobailao/6393158f04ceb2d6124e633827632dff to your computer and use it in GitHub Desktop.
Count collection items
<?php
$numItems = $customer->address()->count();
// 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment