Closed BenRutlandWeb closed 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
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
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