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
- Host: GitHub
- URL: https://github.com/blockpc/chat-livewire-pusher
- Owner: blockpc
- Created: 2021-10-09T14:48:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-09T23:43:43.000Z (over 4 years ago)
- Last Synced: 2025-02-25T19:47:03.706Z (over 1 year ago)
- Language: PHP
- Size: 830 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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