How to insert Bulk Fake Data in Laravel 9 using Factory & Seeder.
In this post, I am going to explain about creating dummy data in the database by using Laravel Eloquent Factory and Seed The Database by using Database Seeder.
Eloquent Factory
Eloquent Factory is nothing but an image of a Model with fake data.
To cr...
techtoolindia.com2 min read