.env
file of your Laravel app with your Pusher api credentials.Settings
tab for your app within the Channels dashboard.
Read more about Pusher 'Triggering client events'<=v5.4
that doesn't support package auto-discovery, add the following provider into config/app.php
providers array list :config/app.php
aliases:/chatify
, and you can change path name in the config file config/chatify.php
as mentioned in the configurations
below.