Macros
Up next, let's talk about the easiest way to add functionality to the core of Laravel using Macros. Macros allow you to add functions to many of the built in classes in Laravel using a Service Provider or a dedicated class. Let's dive in and figure it out.