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 |
What is fillable attribute in a model?
Tell me how do you do dependency injection in laravel?
Tell me how would you add a 3rd party package like sentry?
What is laravel?
What are the feature of laravel 5.0?
What is use of print_r () and dump () functions?
What are accessors and mutators in eloquent and why should you use them?
What is csrf_field () in laravel?
What is seeding in laravel?
What are all the different Route Parameters ?
What is heredoc syntax?
What is orm in laravel?