What is the difference between contracts vs facades?
Answer / Nawabkhan
Contracts in Laravel define interfaces that a class must implement to be used by the framework. Facades are static classes that provide a simplified interface to complex functionality, but do not define any interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of php compact function?
What is a laravel collection?
How to clear complete cache in laravel?
What is the difference between namespace and use in laravel?
How to work with an Error in Laravel ?
What is composer in laravel?
What is the use of object relational mapping?
What are the 3 service provider types?
What are contracts?
Explain the concept of events in laravel.
Explain reverse routing in laravel.
What are advantages of laravel?