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 good for api?
What are the difference between insert() and insertgetid() in laravel?
What are common http error codes?
How to know laravel version?
What is oauth2 in laravel?
What is laravel slug?
What is laravel and why it is used?
What is the use of route in laravel?
How will you explain events in laravel?
What is laravel used for?
What permissions are required to be on storage and the bootstrap/cache directories to run laravel?
What is an api route?