Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created June 29, 2017 08:20
Show Gist options
  • Save anthonybudd/49471c407c99cb19deadfd844966d628 to your computer and use it in GitHub Desktop.
Save anthonybudd/49471c407c99cb19deadfd844966d628 to your computer and use it in GitHub Desktop.
<?php
$products = Product::all();
dd($products);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment