DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

3

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)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay