An open API service indexing awesome lists of open source software.

https://github.com/blockpc/chat-livewire-pusher

Simple chat with Livewire & Pusher
https://github.com/blockpc/chat-livewire-pusher

Last synced: about 1 month ago
JSON representation

Simple chat with Livewire & Pusher

Awesome Lists containing this project

README

          

# Chat en Tiempo Real

## Instalaciones Generales

- Instalar TailwindCSS desde [aqui](https://tailwindcss.com/docs/guides/laravel)

`npm install -D tailwindcss@latest postcss@latest autoprefixer@latest`
`npx tailwindcss init`

- Instalar Livewire desde [aqui](https://laravel-livewire.com/docs/2.x/quickstart)

`composer require livewire/livewire`

```html
...
@livewireStyles

...

@livewireScripts

...

@livewireScripts
@jquery
@toastr_js