Skip to content

Instantly share code, notes, and snippets.

@Cyberiaaxis
Created November 26, 2017 14:47
Show Gist options
  • Save Cyberiaaxis/7bfe97d0971c0e4ff30be5749737b8af to your computer and use it in GitHub Desktop.
Save Cyberiaaxis/7bfe97d0971c0e4ff30be5749737b8af to your computer and use it in GitHub Desktop.
$questions = Question::inRandomOrder()->limit(10)->get();
dd($questions->paginate(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment