Facades
Lumberjack uses the Blast Facades library.
Creating a Facade
Facades provide a simple static API to an object that has been registered into the container. For example to setup a facade you would first use a Service Provider to register an instance of your class into the container:
Then create a Facade subclass and tell it which key to use to retrieve your class instance:
Last updated