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 5f176f9 commit 9c8cd3fCopy full SHA for 9c8cd3f
README.md
@@ -13,10 +13,10 @@ 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`
+1. Create a json schema in the schema directory, eg. `storage/app/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.
+To customize the schema directory, use environment variable `JSON_SCHEMA_DIRECTORY` or publish the config file.
20
21
## License
22
0 commit comments