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.
2 parents bac25a2 + 89fe59a commit 2c9b59eCopy full SHA for 2c9b59e
README.md
@@ -11,14 +11,18 @@ A helper package for the assert json structure test method. It will create a jso
11
You can install the package via composer:
12
13
```bash
14
-composer require hyperlink/laravel-json-structure
+composer require hyperlink/laravel-json-structure --dev
15
```
16
17
## Usage
18
19
-```php
20
-$jsonStructure = new Hyperlink\JsonStructure();
21
-echo $jsonStructure->echoPhrase('Hello, Hyperlink!');
+```bash
+php artisan json:structure "<route name>"
+```
22
+Example
23
+
24
25
+php artisan json:structure "users.index"
26
27
28
## Credits
0 commit comments