Generate Fake Localized Data with Laravel

Instead of populating the database by yourself, Laravel integrates the Faker package which is used to generate English data into your database. Though, what if you want to generate data in your own language?

Read the rest of the article here.