Seeding With Faker
In this episode I'm going to show you how to populate your October CMS database with some fake data using the Faker plugin.
In this episode we are actually going to be preparing for the next few episodes in which we are going to be doing searching and filtering of our data.
And to search and filter stuff with October CMS we are of course going to need some data, so in this episode I’m going to show you how to quickly create some fake data for your plugin using the Seeder
class and the Faker plugin.