import laravel echo
how to import laravel echo in project with metronic based?
Replies (1)
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