Fix post install message for JanePHP components (#1748)

This commit is contained in:
Baptiste Leduc
2025-01-28 13:16:04 +01:00
committed by GitHub
parent a025b8db99
commit c640837b1c
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
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.
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/

View File

@@ -2,7 +2,7 @@
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.
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/

View File

@@ -2,7 +2,7 @@
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.
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/

View File

@@ -2,7 +2,7 @@
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.
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/