Explain facades in laravel?



Explain facades in laravel?..

Answer / Dhirendra Kumar Rathore

Facades in Laravel are class aliases that provide a static interface to complex class hierarchies. They simplify the usage of core Laravel classes and make them easier to use, by hiding their implementation details.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What are the requirements for laravel 5.8?

1 Answers  


How will you explain guarded attribute in a laravel model?

1 Answers  


What is route model binding in laravel?

1 Answers  


What is fluent query builder in laravel?

1 Answers  


Explain the concept of events in laravel.

1 Answers  


In which directory laravel configartion files are kept.

1 Answers  


How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?

1 Answers  


How can I install laravel in windows?

1 Answers  


What is laravel elixir?

1 Answers  


What is reverse path check?

1 Answers  


What is x-csrf-token , how it is different from csrf tokens?

1 Answers  


What is tinker in laravel?

1 Answers  


Categories