Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Last active May 27, 2018 03:55
Show Gist options
  • Select an option

  • Save tisuchi/453fef9d60517267fecb380f8c52e133 to your computer and use it in GitHub Desktop.

Select an option

Save tisuchi/453fef9d60517267fecb380f8c52e133 to your computer and use it in GitHub Desktop.
<?php
// refining the query
User::search('tisuchi')->where('is_active', '=', 1)->get();
User::search('tisuchi')->latest()->get();
User::search('tisuchi')->paginate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment