Answer Posted / 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 View All Answers
What is remember token in laravel?
What is asset in laravel?
Do you know what version of laravel do you generally use?
Does laravel support php 7?
How can we use the custom table in laravel?
What is laravel service container?
What is contextual binding?
What are all the different Route Parameters ?
Explain how to resolve class instance out of the container in laravel?
What is queues?
What is orm in laravel?
How will you explain homestead in laravel?
Explain request life cycle of laravel.
What is composer lock in laravel?
How to generate & update application key in laravel 5?