Skip to content

Instantly share code, notes, and snippets.

@sabid
Created July 8, 2014 18:02
Show Gist options
  • Save sabid/d02b712caaf2cdcbfbb3 to your computer and use it in GitHub Desktop.
Save sabid/d02b712caaf2cdcbfbb3 to your computer and use it in GitHub Desktop.
Laravel Artisan tinker
Example:
$user= User::find(1);
var_dump($user->projects);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment