radiate-framework / framework

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

Additional Facades #18

Closed BenRutlandWeb closed 3 years ago

BenRutlandWeb commented 3 years ago

Is your feature request related to a problem? Please describe. I can't statically call the request object

Describe the solution you'd like Additional facades for Request and any other bindings in the container

Additional context Currently App, Arr, Event, Route, Str, View... Can add Auth, File, Request as these exist within the current framework

BenRutlandWeb commented 3 years ago

Facades should be added as and when a new feature is added to the framework. Arr and Str should also not be in facades as they don't resolve from the container.

Auth, Request and File facades have been added