--- 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