Route::get('/dashboard', function () { return view('dashboard'); })->middleware(['auth'])->name('dashboard'); Laravel

Let's get started

Laravel has an incredibly rich ecosystem.
We suggest starting with the following.