Laravel Seeding: Generate mock data using Faker
Seeding, also commonly known as database seeding is the process of generating mock data into your application database. Whether it's for testing purposes or other use cases, seeding can be very useful when we don't want to start with a clean slate or...
olodocoder.hashnode.dev5 min read