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 |
How to Sharing Data with all Views ?
Explain how to do 301 redirects in laravel?
What are macros in laravel?
How to clear cache in laravel?
What is composer in laravel?
What is laravel nova?
What is a check method ?
Do you know laravel service container?
How to register a middleware in laravel 5?
What is route in laravel?
What is controller middleware in laravel?
How to install laravel?