By John Koster
The following sections discuss the various methods that become available when utilizing the Macroable
trait; there are not that many of them, but that does not detract from the fact that the Macroable
trait is incredibly useful.
#Macroable
Public API
The following additional articles discuss the various methods that make up the macro's public API:
- Laravel 5 Macros: Defining a Callback Function Macro With macro
- Laravel 5 Macros: Injecting Class-Based Macros With mixin
- Laravel 5 Macros: Determining if a Class Has a Macro Defined With hasMacro
- Laravel 5 Macros: Call and Callstatic
∎