✏️ Code CompletionLV Laravel Easy⚡+10 XP
Auth Middleware
Complete the route middleware for authentication.
✏️ Fill in the blank
Route::___('auth')->group(function() {
Route::get('/dashboard', [DashboardController::class, 'index']);
});Complete the route middleware for authentication.
Route::___('auth')->group(function() {
Route::get('/dashboard', [DashboardController::class, 'index']);
});