laravel echo : “Uncaught ReferenceError: Echo is not defined” #32976
-
im trying to work laravel echo with pusher , im working on windows localhost (wamp / laravel 5.8) so i've installed required libs my package.json
resources/js/app.js
resources/js/bootstrap.js
i ran
here is the result in my view i have
i keep getting
any idea ? my folders structure is like
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Could it be because of the |
Beta Was this translation helpful? Give feedback.
Could it be because of the
defer
attribute on your first script?