what is meant by Laravel - Contracts ?
Answer / sunil kumar
Every contract defined includes corresponding implementation of the framework. All the Laravel contracts are available in the GitHub repository as mentioned below -
https://github.com/illuminate/contracts
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we need dependency injection?
Tell us how long have you been using laravel?
What is the use of the bootstrap directory?
What do you know about closures in laravel?
Explain what is laravel
How can you generate urls?
What do you maen by method spoofing in laravel 5?
How to register a middleware in laravel?
How do I see all of the routes that are defined?
What is meant by Authorization Mechanism in Laravel ?
What is escaping a string?
How to use stored procedures in laravel?