Skip to content

Latest commit

 

History

History
96 lines (68 loc) · 4.43 KB

README.md

File metadata and controls

96 lines (68 loc) · 4.43 KB

Laravel Reverb example with livewire & AlpineJs

screenshot

Add Herd config to .env

REVERB_APP_ID=1001
REVERB_APP_KEY=laravel-herd
REVERB_APP_SECRET=secret
REVERB_HOST=localhost
REVERB_PORT=8080
REVERB_SCHEME=http

create fake user

php artisan db:seed

run

php artisan queue:listen

#optional
#php artisan reverb:start --debug