Firstly this is a a Laravel-Vuejs SPA project. To redirect every request to welcome.blade.php , my route in web.php is
Route::get(\'/{any?}\', function () {