DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Laravel 6 | Create and Use Custom Facade

Laravel custom Facades provide a static interface to a class that gives access to an object from the service container, let’s look at Laravel’s Custom Facades. So we can call our function with declaring it static. Cause Facades provide a static interface to a class.

In this tutorial i am going to discuss step by step about laravel custom facades and also we will see how can we use it in our laravel application.

https://www.codechief.org/article/how-to-create-and-use-custom-facade-in-laravel-6

Top comments (0)