Skip to content

Instantly share code, notes, and snippets.

@bhill77
Created February 2, 2015 07:29
Show Gist options
  • Save bhill77/6a26a75d972977e2dcd3 to your computer and use it in GitHub Desktop.
Save bhill77/6a26a75d972977e2dcd3 to your computer and use it in GitHub Desktop.
Route::get('pass/{password}', function($password){
return Hash::make($password);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment