Faker
class Faker (View source)
Methods
static Generator
shared(string|null $locale = 'ko_KR')
Get \Faker\Generator singleton instance
string
dateTime()
Get Korean dateTime format in online shopping industry
Details
static Generator
shared(string|null $locale = 'ko_KR')
Get \Faker\Generator singleton instance
This method returns a shared Faker instance that is reused across calls. The instance is initialized with Korean locale and additional providers for commerce and device-related data.
static Faker
make()
Create a new Faker instance
This method returns a new Faker instance that provides custom methods like dateTime() for Korean online shopping format.
string
dateTime()
Get Korean dateTime format in online shopping industry