Explain short brief on Facades in Laravel ?



Explain short brief on Facades in Laravel ?..

Answer / nafees ahmad

Facades provide a static interface to classes that are available in the application's service container. It serve as static proxies to underlying classes in the service container, providing the benefit of a terse, expressive syntax while maintaining more testability and flexibility than traditional static methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Is laravel a programming language?

0 Answers  


How to check if value is sent in request?

0 Answers  


Do you know what is php artisan.

0 Answers  


How will you describe bundles in laravel?

0 Answers  


How to work with an Error in Laravel ?

1 Answers  


How do I customize validation error messages for a form?

0 Answers  


How to configure clear route cache in laravel?

0 Answers  


Which file is used to create a connection with the database?

0 Answers  


How to redirect form controller to view file in laravel?

0 Answers  


What do you mean by tagging used in laravel 5?

0 Answers  


How to make a constant and use globally?

0 Answers  


Provide the steps to configure laravel application?

0 Answers  


Categories