22-05-2026 Optimierung der User und Admin Panels
This commit is contained in:
parent
d2ba22c0cf
commit
e8c47b7553
73 changed files with 10282 additions and 1546 deletions
|
|
@ -20,8 +20,8 @@ Route::get('dashboard', DashboardController::class)
|
|||
// Nutzer-eigene Einstellungen (kein Admin erforderlich)
|
||||
// ========================================
|
||||
Route::middleware(['auth', 'verified'])->group(function () {
|
||||
Route::redirect('settings', 'settings/profile');
|
||||
Volt::route('settings/profile', 'settings.profile')->name('settings.profile');
|
||||
Route::redirect('settings', '/admin/me/profile');
|
||||
Route::redirect('settings/profile', '/admin/me/profile')->name('settings.profile');
|
||||
Volt::route('settings/password', 'settings.password')->name('settings.password');
|
||||
Volt::route('settings/appearance', 'settings.appearance')->name('settings.appearance');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue