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 e7a4911 commit cc72c3dCopy full SHA for cc72c3d
readme.md
@@ -34,7 +34,10 @@ php artisan make:jsontoclass
34
35
## Example
36
37
-Input - PHP Array:
+
38
+### Input
39
40
+#### PHP Array
41
42
````php
43
'message' => [
@@ -47,7 +50,7 @@ Input - PHP Array:
47
50
]
48
51
````
49
52
-or JSON
53
+#### or JSON
54
55
````json
56
{
@@ -62,7 +65,8 @@ or JSON
62
65
}
63
66
64
67
-Output - Classes:
68
69
+### Output - Classes:
70
71
#### Message Class
72
0 commit comments