Skip to content

Instantly share code, notes, and snippets.

@tobyokeke
Created April 19, 2020 19:53
Show Gist options
  • Save tobyokeke/4031f222d5007af86a8776c7c66b852f to your computer and use it in GitHub Desktop.
Save tobyokeke/4031f222d5007af86a8776c7c66b852f to your computer and use it in GitHub Desktop.
<?php
public function dashboard(Request $request) {
$customer = $request->user();
// the full object of the customer as containted in the able would
// be available now
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment