feat: chat en tiempo real bidireccional funcionando con Reverb
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user