Search
Copying assets from one Laravel disk to another
2021-07-01 laravel code-snippets, php, laravel, digital ocean, spaces, filesystem, copying, assets
# 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
2021-10-18 laravel discord, laravel, notifications, discord, rest, api, tutorial
# 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.