We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84850ab commit 4855a5bCopy full SHA for 4855a5b
stubs/inertia/routes/web.php
@@ -4,17 +4,6 @@
4
use Illuminate\Support\Facades\Route;
5
use Inertia\Inertia;
6
7
-/*
8
-|--------------------------------------------------------------------------
9
-| Web Routes
10
11
-|
12
-| Here is where you can register web routes for your application. These
13
-| routes are loaded within the "web" middleware group which includes
14
-| sessions, cookie encryption, and more. Go build something great!
15
16
-*/
17
-
18
Route::get('/', function () {
19
return Inertia::render('Welcome', [
20
'canLogin' => Route::has('login'),
0 commit comments