Tags

Copying assets from one Laravel disk to another

# Introduction

I recently had an issue where I was running out of space in one of my Digital Ocean droplets due to an excess of file uploads in my application server.

Send Laravel Notifications To Discord Channels & Users

# Introduction

Discord is a messaging platform that allows you to send messages to your friends, family and communities, it is a great alternative to the likes of slack with a less "enterprise" and more "community" focus.

In this tutorial, we will learn how to send notifications to Discord channels and Discord users using Laravel.