1. EachPod

Laravel Under The Hood - What Are Facades?

Author
HackerNoon
Published
Sun 30 Jun 2024
Episode Link
https://share.transistor.fm/s/299e6e9b

This story was originally published on HackerNoon at: https://hackernoon.com/laravel-under-the-hood-what-are-facades.

Laravel offers an elegant method-calling feature called Facades. They resemble static methods, but well, they are not! What kind of magic is Laravel doing?

Check more stories related to programming at: https://hackernoon.com/c/programming.
You can also check exclusive content about #laravel, #laravel-framework, #php, #design-patterns, #what-are-facades, #laravel-tips-and-tricks, #hackernoon-top-story, #regular-facades-explained, and more.




This story was written by: @oussamamater. Learn more about this writer by checking @oussamamater's about page,
and for more stories, please visit hackernoon.com.





Laravel ships with many Facades that we often use. We will discuss what they are, how we can create our own Facades, and also learn about real-time Facades.

Share to: