mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
644f720db8
* [config-help] Sort all outputs
* Remove old/stale generator docs (these have been renamed previously)
* Sort config doc outputs, making it easier to find relevant info
* Fixes cliOptions duplicates
Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).
The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.
* Add --github-nested-index for generating docs/generators/README.md
* 📝 Regenerate generator docs
143 lines
3.5 KiB
Markdown
143 lines
3.5 KiB
Markdown
---
|
|
title: Config Options for php-laravel
|
|
sidebar_label: php-laravel
|
|
---
|
|
|
|
| Option | Description | Values | Default |
|
|
| ------ | ----------- | ------ | ------- |
|
|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|
|
|apiPackage|package for generated api classes| |null|
|
|
|artifactVersion|The version to use in the composer package version field. e.g. 1.2.3| |null|
|
|
|ensureUniqueParams|Whether to ensure parameter names are unique in an operation (rename parameters that are not).| |true|
|
|
|invokerPackage|The main namespace to use for all classes. e.g. Yay\Pets| |null|
|
|
|modelPackage|package for generated models| |null|
|
|
|packageName|The main package name for classes. e.g. GeneratedPetstore| |null|
|
|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
|
|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|
|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|
|
|srcBasePath|The directory to serve as source root.| |null|
|
|
|variableNamingConvention|naming convention of variable name, e.g. camelCase.| |snake_case|
|
|
|
|
## IMPORT MAPPING
|
|
|
|
| Type/Alias | Imports |
|
|
| ---------- | ------- |
|
|
|Array|java.util.List|
|
|
|ArrayList|java.util.ArrayList|
|
|
|BigDecimal|java.math.BigDecimal|
|
|
|Date|java.util.Date|
|
|
|DateTime|org.joda.time.*|
|
|
|File|java.io.File|
|
|
|HashMap|java.util.HashMap|
|
|
|List|java.util.*|
|
|
|LocalDate|org.joda.time.*|
|
|
|LocalDateTime|org.joda.time.*|
|
|
|LocalTime|org.joda.time.*|
|
|
|Map|java.util.Map|
|
|
|Set|java.util.*|
|
|
|Timestamp|java.sql.Timestamp|
|
|
|URI|java.net.URI|
|
|
|UUID|java.util.UUID|
|
|
|
|
|
|
## INSTANTIATION TYPES
|
|
|
|
| Type/Alias | Instantiated By |
|
|
| ---------- | --------------- |
|
|
|array|array|
|
|
|map|map|
|
|
|
|
|
|
## LANGUAGE PRIMITIVES
|
|
|
|
<ul data-columns="2" style="list-style-type: disc;-webkit-columns:2;-moz-columns:2;columns:2;-moz-column-fill:auto;column-fill:auto"><li>DateTime</li>
|
|
<li>bool</li>
|
|
<li>boolean</li>
|
|
<li>byte</li>
|
|
<li>double</li>
|
|
<li>float</li>
|
|
<li>int</li>
|
|
<li>integer</li>
|
|
<li>mixed</li>
|
|
<li>number</li>
|
|
<li>object</li>
|
|
<li>string</li>
|
|
<li>void</li>
|
|
</ul>
|
|
|
|
## RESERVED WORDS
|
|
|
|
<ul data-columns="2" style="list-style-type: disc;-webkit-columns:2;-moz-columns:2;columns:2;-moz-column-fill:auto;column-fill:auto"><li>__halt_compiler</li>
|
|
<li>_header_accept</li>
|
|
<li>_tempbody</li>
|
|
<li>abstract</li>
|
|
<li>and</li>
|
|
<li>array</li>
|
|
<li>as</li>
|
|
<li>break</li>
|
|
<li>callable</li>
|
|
<li>case</li>
|
|
<li>catch</li>
|
|
<li>class</li>
|
|
<li>clone</li>
|
|
<li>const</li>
|
|
<li>continue</li>
|
|
<li>declare</li>
|
|
<li>default</li>
|
|
<li>die</li>
|
|
<li>do</li>
|
|
<li>echo</li>
|
|
<li>else</li>
|
|
<li>elseif</li>
|
|
<li>empty</li>
|
|
<li>enddeclare</li>
|
|
<li>endfor</li>
|
|
<li>endforeach</li>
|
|
<li>endif</li>
|
|
<li>endswitch</li>
|
|
<li>endwhile</li>
|
|
<li>eval</li>
|
|
<li>exit</li>
|
|
<li>extends</li>
|
|
<li>final</li>
|
|
<li>for</li>
|
|
<li>foreach</li>
|
|
<li>formparams</li>
|
|
<li>function</li>
|
|
<li>global</li>
|
|
<li>goto</li>
|
|
<li>headerparams</li>
|
|
<li>httpbody</li>
|
|
<li>if</li>
|
|
<li>implements</li>
|
|
<li>include</li>
|
|
<li>include_once</li>
|
|
<li>instanceof</li>
|
|
<li>insteadof</li>
|
|
<li>interface</li>
|
|
<li>isset</li>
|
|
<li>list</li>
|
|
<li>namespace</li>
|
|
<li>new</li>
|
|
<li>or</li>
|
|
<li>print</li>
|
|
<li>private</li>
|
|
<li>protected</li>
|
|
<li>public</li>
|
|
<li>queryparams</li>
|
|
<li>require</li>
|
|
<li>require_once</li>
|
|
<li>resourcepath</li>
|
|
<li>return</li>
|
|
<li>static</li>
|
|
<li>switch</li>
|
|
<li>throw</li>
|
|
<li>trait</li>
|
|
<li>try</li>
|
|
<li>unset</li>
|
|
<li>use</li>
|
|
<li>var</li>
|
|
<li>while</li>
|
|
<li>xor</li>
|
|
</ul>
|