DEV Community

hafizpustice05
hafizpustice05

Posted on • Originally published at codechief.org

Use Facades to Get Static Interface in Laravel

Hello Artisan

In this tutorial i am going to show you how we can create custom helper function in laravel using laravel facades. If you don't know how to use facades keyword in laravel get a static interface in your custom class, then you are a right place.

In this tutorial i will show you step by step that how we can use facades to get static proxies to a class. Simply we will create a folder in our app directory and then we will create our custom class. Using facades we will access our custom class from any where in our application.

https://www.codechief.org/article/use-facades-to-get-static-interface-in-laravel

Top comments (0)