Pages ยท TomatoPHP
๐ Setup
to make this plugin work you need to inject the components on your app.js file and allow Echo to work so let's start by setting up some npm packages
$ yarn add laravel-echo agora-rtc-sdk-ng pusher-js autosize nprogress jqueryAfter installation you need to allow jquery on bootstrap.js file
javascript
now make sure that you allow pusher connection with Echo
javascript
on your .env file please update the pusher details
now on your app.js allow the components
javascript
now it's the final step you need to import the style.css on your app.css file
css
now run your build
$ yarn build