Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created February 12, 2016 09:42
Show Gist options
  • Select an option

  • Save bastianallgeier/0b68b1021c309591b375 to your computer and use it in GitHub Desktop.

Select an option

Save bastianallgeier/0b68b1021c309591b375 to your computer and use it in GitHub Desktop.
<?php
$files = [];
foreach($blog->children()->filterBy('customfield', 'customvalue')->shuffle() as $article) {
$files[] = $article->file();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment