Pusher is not defined! Laravel 5.4 with Laravel Echo
Add in your bootstrap.js file this
import Pusher from "pusher-js"
This error is due to a change in laravel, more information here https://github.com/laravel/echo/pull/110
resources/js/bootstrap.js
window.Pusher = require('pusher-js');