Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created April 20, 2020 23:26
Show Gist options
  • Save blogcacanid/6e901b58ceca0820e3e361afccb5d8d8 to your computer and use it in GitHub Desktop.
Save blogcacanid/6e901b58ceca0820e3e361afccb5d8d8 to your computer and use it in GitHub Desktop.
web.php new fresh Integrasi Laravel 7 Dan Vue.js
<?php
use Illuminate\Support\Facades\Route;
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