Open Samoht70 opened 6 days ago
Will be easy to add, coming soon 🚀
For locales add company()
method to have name of companies
For locales add address()
method to give complete postal address
Also in person or internet we should add mail()
or email()
to give a random email address
faker()->boolean(30)
faker()->randomElement(['sum', 'count'])
On the old faker, there were 2 methods
boolean()
andrandomElement().
Theboolean()
method takes as an argument the chance of obtaining ‘true’ and therandomElement()
method takes as an argument an array of values