Skip to content

Commit

Permalink
Create default named route
Browse files Browse the repository at this point in the history
  • Loading branch information
imliam committed Jul 19, 2020
1 parent 84c61c6 commit 93ab258
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions stubs/default/routes/web.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::view('/', 'welcome')->name('home');

0 comments on commit 93ab258

Please sign in to comment.