These should be auto-generated from the repository, just like CLI plugins are.
Module | Fabricator | Description | Parameters |
---|
Notes |
---|
date |
commerce
commerce
commerce
commerce
commerce
commerce
commerce
commerce
commerce
commerce
commerce
.color
commerce.department
commerce.price
commerce.product
commerce.productAdjective
commerce.productMaterial
commerce.productName
company
.bs
.bsAdjective
.bsBuzz
.bsNoun
.catchPhrase
.catchPhraseAdjective
.catchPhraseDescriptor
company.catchPhraseNoun
company.companyName
company.companySuffix
company.suffixes
Business slang
database.collation
database.column
database.engine
database.type
date.between
date.future
date.month
date.past
date.recent
date.weekday
finance.account
finance.accountName
finance.amount
finance.bic
finance.bitcoinAddress
finance.currencyCode
finance.currencyName
finance.currencySymbol
finance.iban
finance.mask
finance.transactionType
hacker.abbreviation
hacker.adjective
hacker.ingverb
hacker.noun
hacker.phrase
hacker.verb
helpers.randomize
helpers.replaceSymbolWithNumber
helpers.shuffle
helpers.slugify
image.abstract
image.animals
image.avatar
image.business
image.cats
image.city
image.dataUri
image.fashion
image.food
image.image
image.imageUrl
image.nature
image.nightlife
image.people
image.sports
image.technics
image.transport
internet.avatar
internet.color
internet.domainName
internet.domainSuffix
internet.domainWord
internet.email
internet.exampleEmail
internet.ip
internet.ipv6
internet.mac
internet.password
internet.protocol
internet.url
internet.userAgent
internet.userName
lorem
.lines
.paragraph
.paragraphs
.sentence
.sentences
.slug
.text
.word
.words
name
suffix
title
findName
.firstName
jobArea
jobDescriptor
jobTitle
jobType
lastName
prefix
phone.phoneFormats
phone.phoneNumber
phone.phoneNumberFormat
random.alphaNumeric
random.arrayElement
random.boolean
random.image
random.locale
random.number
random.objectElement
random.uuid
random.word
random.words
system.commonFileExt
system.commonFileName
system.commonFileType
system.directoryPath
system.fileExt
system.fileName
system.filePath
system.fileType
system.mimeType
between | Random date between two supplied dates | from (date, default is empty) to (date, default is empty | If either parameter is empty the function generates an error message. | |
date | future | Generates a random future date X years from Y date, where X and Y are parameters. | years (number, default is 1) refDate (date, default is today) | |
date | month | A random month name | abbr (boolean, default is false) context (boolean, default is false) | |
date | past | Generates a random past date X years from Y date, where X and Y are parameters. | years (number, default is 1) refDate (date, default is today) | |
date | recent | Generates a random past date a specified number of days from the current date. | days (number, default is 1) | |
date | weekday | A random weekday name | abbr (boolean, default is true) context (boolean, default is true) |