Skip to content

Commit

Permalink
Fix post install message for JanePHP components (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Jan 28, 2025
1 parent a025b8d commit c640837
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jane-php/json-schema/6.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion jane-php/json-schema/7.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion jane-php/open-api-common/6.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion jane-php/open-api-common/7.0/post-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit c640837

Please sign in to comment.