how to import laravel echo in project with metronic based?
Hi,
Sorry for the delay. You can find the installation guide in Laravel's documentation.
https://laravel.com/docs/9.x/broadcasting#server-side-installation
You can put the Laravel Echo js code file in this folder.resources/assets/extended/js/custom
Then run the command to build the assets. npm run dev
Then import the js file from public/demo1/js/custom/
Thanks
Hi,
My metronic 8 template dosn't have directory resource/assets/extended/js/custom. should i create it. I also facing the problem to put Echo and pusher import in template.