Skip to content

Instantly share code, notes, and snippets.

@tushargugnani
Created October 2, 2018 07:51
Show Gist options
  • Save tushargugnani/2914537e95e0d3eec45c08d69e2d1ad4 to your computer and use it in GitHub Desktop.
Save tushargugnani/2914537e95e0d3eec45c08d69e2d1ad4 to your computer and use it in GitHub Desktop.
Route::get('profile', function () {
// Only verified users may enter...
})->middleware('verified');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment