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 use where null and where not null eloquent query in laravel?
What do you mean by tagging used in laravel 5?
What is response in laravel?
What is mvc laravel?
What is reverse path filtering?
How to configure route cache and clear route cache in laravel?
Explain Laravel - Event Handling ?
Explain active record concept in laravel.
What is laravel boilerplate?
Define composer.
What do you know about service providers in laravel?
Explain how to do 301 redirects in laravel?