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 |
Is laravel a programming language?
How to check if value is sent in request?
Do you know what is php artisan.
How will you describe bundles in laravel?
How to work with an Error in Laravel ?
How do I customize validation error messages for a form?
How to configure clear route cache in laravel?
Which file is used to create a connection with the database?
How to redirect form controller to view file in laravel?
What do you mean by tagging used in laravel 5?
How to make a constant and use globally?
Provide the steps to configure laravel application?