Left file: appwork-v1_4_0/laravel-vue-starter/routes/web.php  
Right file: appwork-v1_5_0/laravel-vue-starter/routes/web.php  
1 <?php = 1 <?php
2     2  
    -+ 3 use Illuminate\Support\Facades\Route;
      4  
3 /* = 5 /*
4 |--------------------------------------------------------------------------   6 |--------------------------------------------------------------------------
5 | Web Routes   7 | Web Routes
6 |--------------------------------------------------------------------------   8 |--------------------------------------------------------------------------
7 |   9 |
8 | Here is where you can register web routes for your application. These   10 | Here is where you can register web routes for your application. These
9 | routes are loaded by the RouteServiceProvider within a group which   11 | routes are loaded by the RouteServiceProvider within a group which
10 | contains the "web" middleware group. Now create something great!   12 | contains the "web" middleware group. Now create something great!
11 |   13 |
12 */   14 */
13     15  
14 Route::get('/{any}', 'ApplicationController')->where('any', '.*');   16 Route::get('/{any}', 'ApplicationController')->where('any', '.*');