Posts Learn Components Snippets Categories Tags Tools About
/

How to Send Notification from Laravel Forge to Discord

Learn how to notify your discord server of new push changes from Laravel Forge using webhook

Created on Jul 31, 2021

416 views

To notify your discord server of new push changes from Laravel Forge, you will have to make use of the webhook that can be generated by the discord server.

Steps to Enable Discord Notification
  1. Login to Laravel Forge and choose the Site you want the notification to be enabled.
  2. Visit the "Notification" page and scroll over to the "Discord Deployment Notifications" section.
  3. Open up Discord and Create a "New Channel" from the server.
  4. Right-click to edit the channel and create new Webhook integration.
  5. Copy the webhook links and paste them on Laravel Forge.
  6. Press Enable and push any new changes to test the notification.

When you have enabled so, you will be notified of each change pushed to Laravel Forge.

If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️

)