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 |
What are the requirements for laravel 5.8?
How will you explain guarded attribute in a laravel model?
What is route model binding in laravel?
What is fluent query builder in laravel?
Explain the concept of events in laravel.
In which directory laravel configartion files are kept.
How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?
How can I install laravel in windows?
What is laravel elixir?
What is reverse path check?
What is x-csrf-token , how it is different from csrf tokens?
What is tinker in laravel?