You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid adding all dependencies of the php-json-model-generator to your production dependencies it's recommended to add the library as a dev-dependency and include the php-json-model-generator-exception library. The exception library provides all classes to run the generated code. Generating the classes should either be a step done in the development environment (if you decide to commit the models) or as a build step of your application.
41
+
To avoid adding all dependencies of the php-json-schema-model-generator to your production dependencies it's recommended to add the library as a dev-dependency and include the php-json-schema-model-generator-exception library. The exception library provides all classes to run the generated code. Generating the classes should either be a step done in the development environment (if you decide to commit the models) or as a build step of your application.
42
42
43
43
## Basic usage ##
44
44
@@ -185,4 +185,4 @@ The [docs](https://php-json-schema-model-generator.readthedocs.io/en/latest/) fo
185
185
186
186
To generate the documentation install Sphinx, enter the docs directory and execute `make html` (Linux) or `make.bat html` (Windows). The generated documentation will be available in the directory `./docs/build`.
187
187
188
-
The documentation hosted at [Read the Docs](https://readthedocs.org/) is updated on each push.
188
+
The documentation hosted at [Read the Docs](https://readthedocs.org/) is updated on each push.
0 commit comments