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 |
What is facades in laravel?
Explain how can you write your own service provider in laravel?
Explain how to generate pretty urls in laravel?
What is api php in laravel?
How do I log an error?
Explain how to get current url in laravel?
How to rollback last migration?
What is double submit cookie?
How to disable maintaince mode in laravel?
Tell me why doesn't laravel use semantic versioning?
How to create view Laravel - File Uploading ?
What is validation in laravel and how it is used?