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 b322ea6 commit 5f176f9Copy full SHA for 5f176f9
README.md
@@ -13,10 +13,11 @@ composer require dutchcodingcompany/laravel-json-schema
13
```
14
15
## Usage
16
+1. Create a json schema in the schema directory, eg. `storage/schema/example.json`
17
+2. Reference the schema in the validator: `new \DutchCodingCompany\LaravelJsonSchema\Rules\JsonSchemaRule('example')`
18
-
19
+To customize the schema directory, publish the config file.
20
21
## License
22
-The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
23
+The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
0 commit comments