Skip to content

Instantly share code, notes, and snippets.

@thinkverse
Created December 2, 2020 06:34
Show Gist options
  • Save thinkverse/64cba632eab228641030d903763f317f to your computer and use it in GitHub Desktop.
Save thinkverse/64cba632eab228641030d903763f317f to your computer and use it in GitHub Desktop.
laravel-die-dump
class ProductController extends Controller
{
public function show(Request $request, string $product)
{
dd($product, $request);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment