mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
13 lines
689 B
Plaintext
13 lines
689 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> JanePHP - JSON Schema </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* <fg=blue>Finish</> package configuration:
|
|
1. Configure <comment>config/jane/open_api.php</> with your specification details
|
|
2. Run <comment>bin/jane-open-api-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/
|