radiate-framework / framework

A WordPress plugin and theme framework
https://radiate-framework.github.io/
MIT License
4 stars 0 forks source link

Add Macroable trait to View and Response factories #137

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. I can't extend the view and response factories. Laravel has the Macroable trait on them.

Describe the solution you'd like The Macroable trait

BenRutlandWeb commented 3 years ago

Related to #136 and #132