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 make method?
What is escaping a string?
What is laravel orm?
Tell me in which language it was written?
What are the server requirements for laravel 6.0?
Explain about input() method.
What is laravel route?
How to stop mysql on valet?
Explain auth.
What is orm in laravel?
What are the available router methods?
Explain laravel echo.
What is fluent query builder in laravel?
What do you mean by dusk used in laravel 5?
Explain me active record implementation. How to use it laravel?