Getting Started with Facades in Laravel
Facades in Laravel allows you to call non-static methods as if they were static methods. This makes it possible for you to call methods in certain classes without the need for creating an object everytime you use them. It basically has the same benef...
wernancheta.hashnode.dev3 min read