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 |
How would you add a 3rd party package like sentry?
Explain how to add additional sites in homestead environment?
What are laravel facades?
How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?
Where do you locate route files?
Tell me what are pros and cons of using laravel framework?
What is fillable attribute in a model?
How will you describe bundles in laravel?
Tell me what are the feature of laravel 5.0?
What are traits in laravel?
Do you know what is luman?
What are facades?