Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created April 21, 2020 01:35
Show Gist options
  • Save blogcacanid/c6a41fe7698df7b17d79fd82b0706f6c to your computer and use it in GitHub Desktop.
Save blogcacanid/c6a41fe7698df7b17d79fd82b0706f6c to your computer and use it in GitHub Desktop.
web.php Integrasi Laravel 7 Dan Vue.js
Route::get('/{any}', function () {
return view('layouts.vue');
})->where('any', '.*');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment