Let's get started
Laravel has an incredibly rich ecosystem.
We suggest starting with the following.
- Read the Documentation
- Watch video tutorials at Laracasts
Route::get('/dashboard', function () { return view('dashboard'); })->middleware(['auth'])->name('dashboard');
Laravel has an incredibly rich ecosystem.
We suggest starting with the following.