feat: chat en tiempo real bidireccional funcionando con Reverb

This commit is contained in:
2026-04-26 02:15:21 -06:00
parent 2de99b8cd2
commit ab967e8ba4
15 changed files with 352 additions and 392 deletions
+3 -5
View File
@@ -4,11 +4,7 @@
<html lang="es">
<head>
@include('layouts._partials.head')
@vite([ 'resources/js/app.js'])
{{-- Livewire styles --}}
@livewireStyles
</head>
<body id="page-top" class="sidebar-toggled">
@@ -26,13 +22,15 @@
</div>
</div>
{{-- JS base --}}
@include('layouts._partials.scripts')
{{-- Livewire --}}
@livewireScripts
{{-- Vite (Echo/Reverb) --}}
@vite(['resources/js/app.js'])
{{-- scripts por vista --}}
@yield('scripts')