chore: remove Livewire settings pages — migrated to Vue SPA

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ovidiu U
2026-04-11 13:14:34 +01:00
parent 83809cd4f3
commit ea7a5b4f10
15 changed files with 0 additions and 1031 deletions

View File

@@ -2,8 +2,6 @@
use Illuminate\Support\Facades\Route;
require __DIR__.'/settings.php';
// Named dashboard route so route('dashboard') resolves; Vue Router handles rendering
Route::get('/dashboard', fn () => view('app'))->middleware(['auth', 'verified'])->name('dashboard');