Skip to content
Advertisement

Tag: facade

What is Facades used in Laravel?

I’m confused by the Facades offered by Laravel. The Laravel documentation states: Facades provide a “static” interface to classes that are available in the application’s service container. Laravel ships with many facades which provide access to almost all of Laravel’s features. Laravel facades serve as “static proxies” to underlying classes in the service container, providing the benefit of a terse,

Advertisement