Skip to content

Instantly share code, notes, and snippets.

@thannaske
Last active May 18, 2018 18:24
Show Gist options
  • Save thannaske/9a679dec817e14dfed6a8b801843508a to your computer and use it in GitHub Desktop.
Save thannaske/9a679dec817e14dfed6a8b801843508a to your computer and use it in GitHub Desktop.
<?php
// [...]
Route::get('users/{user}/{token}/confirm', 'Auth\\RegisterController@confirm')->name('confirm');
// [...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment