What is facades in laravel?



What is facades in laravel?..

Answer / Meraj Ahmed

"Facades are a design pattern used to create a simple and easy-to-use interface for complex systems. In Laravel, facades represent classes from the framework as statically accessible functions. This allows developers to use popular components of the framework without having to manually instantiate those components.""

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is fillable attribute in a model?

1 Answers  


Tell me how do you do dependency injection in laravel?

1 Answers  


Tell me how would you add a 3rd party package like sentry?

1 Answers  


What is laravel?

1 Answers  


What are the feature of laravel 5.0?

1 Answers  


What is use of print_r () and dump () functions?

1 Answers  


What are accessors and mutators in eloquent and why should you use them?

1 Answers  


What is csrf_field () in laravel?

1 Answers  


What is seeding in laravel?

1 Answers  


What are all the different Route Parameters ?

1 Answers  


What is heredoc syntax?

1 Answers  


What is orm in laravel?

1 Answers  


Categories