mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
9 lines
558 B
Plaintext
9 lines
558 B
Plaintext
* <fg=blue>Finish</> package configuration:
|
|
1. Configure <comment>config/jane/json_schema.php</> with your specification details
|
|
2. Run <comment>bin/jane-json-schema-generate</>
|
|
3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>"MyApp\\Library\\Generated\\": "generated/"</>)
|
|
4. Open <comment>config/packages/jane.yaml</> and replace <comment>MyApp\Library\Generated</> namespace with your generated namespace.
|
|
5. Then remove line comments
|
|
|
|
Documentation: https://jane.readthedocs.io/en/latest/
|