Explain short brief on Facades in Laravel ?

Answers were Sorted based on User's Feedback



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

Explain short brief on Facades in Laravel ?..

Answer / Nitin Yadav

Facades in Laravel provide a convenient, easy-to-use interface to classes that are otherwise hidden behind the service container. They make it possible to use the classes without needing to explicitly resolve them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Which types of relationships are available in laravel eloquent?

1 Answers  


Explain elixir in laravel?

1 Answers  


What is a Restful Resource Controllers ?

1 Answers  


Explain the types of dependency injection?

1 Answers  


What is open source software?

1 Answers  


What does valet park?

1 Answers  


What are cookies? How to get, set, distroy cookies in laravel?

1 Answers  


What are the advantages of queue?

1 Answers  


Please explain what is laravel?

1 Answers  


What is closure in laravel?

1 Answers  


How do you define middleware?

1 Answers  


How to create migrations in laravel? Explain step by steps.

1 Answers  


Categories