Moisés Cedeño
Moisés Cedeño
You need to check your .env and change: **BROADCAST_DRIVER=log** to **BROADCAST_DRIVER=pusher**
1. In bootstrap.js, a. Discomment enabledTransports. b. Change forceTLS to true. 2. In your SSL configuration, check permission for folders and files. The folder where SSL cert and key are...
I'm using Laravel 6, in my case this worked: `php artisan vendor:publish --provider="Thomasjohnkane\Snooze\ServiceProvider" --tag="config"` and after execute migrations: `php artisan migrate`
Cool! @gazben. You're the best. Thanks a lot. ❤
@meharwaheed it's not true. Maybe you had a bad try. It worked perfect for me the first time.
Only solution of @atulrnt worked for me. Thanks a loot.
> I am just learning, but, trying adding: `module.exports = server` to you app.js/server.js In my case, this worked.