Skip to content

Instantly share code, notes, and snippets.

@joetannenbaum
Created February 6, 2017 17:11
Show Gist options
  • Save joetannenbaum/776552b1567003b3da148a99a2bdafe7 to your computer and use it in GitHub Desktop.
Save joetannenbaum/776552b1567003b3da148a99a2bdafe7 to your computer and use it in GitHub Desktop.
<?php
Route::bind('id', function ($id) {
return Hasher::decode($id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment