Skip Navigation

Laravel Seeding your Database

In this series, we will create a Seeder inside Laravel to create some people. We will then use the Faker package to Fake the data and then finally create 10,000 people.

Difficulty:

intermediate

Instructor:

Trevor Greenleaf

Learning Outcome:

  • How to see your Laravel database