Quick Guide to Laravel Seeds

The Tables Seeder in Laravel enable you to insert data into your table using only your Code. This way, every time you make a fresh migration you automatically insert the data you defined in your code. I will show an example here with two tables for a Forum. As we can see we have two […]