Laravel Facades Part One: An Introduction to Facades
This article is part of a four-part series on Laravel facades. Facades provide a convenient way to access components in Laravel. Each facade is bound to a component registered in the service container. Facades act like proxies, providing a static interface to an actual class instance.