We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdec9db commit 0df496aCopy full SHA for 0df496a
README.md
@@ -4,7 +4,7 @@
4
https://jsonapi.org/examples/#error-objects-basics
5
6
## Installation
7
-`composer require sinema/json-api-error`
+`composer require sinema/json-api-error-laravel`
8
9
## Usage
10
@@ -43,8 +43,8 @@ Response
43
"errors": [
44
{
45
"status": 404,
46
- "title": "Bike not found",
47
- "detail": "Bike bd11f048-8663-4d95-8c7a-02a5579b0682 not found in customer data"
+ "title": "Item not found",
+ "detail": "Item bd11f048-8663-4d95-8c7a-02a5579b0682 not found in customer data"
48
}
49
]
50
0 commit comments