Skip to content

Instantly share code, notes, and snippets.

@matthewtrask
Created October 29, 2018 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewtrask/d004fc964bbc8de1ecbf8e5beee66f10 to your computer and use it in GitHub Desktop.
Save matthewtrask/d004fc964bbc8de1ecbf8e5beee66f10 to your computer and use it in GitHub Desktop.
Route::get('/{vue_capture?}', function () {
return view('home');
})->where('vue_capture', '[\/\w\.-]*');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment