How to seed your tables during migrations using Laravel

preview_player
Показать описание
In today's episode of Snippet Sunday, we'll go over how you can seed your tables during migrations with Laravel.

Don't forget to LIKE the video and subscribe to get notified when we post our next video!

---

Thanks for watching! Make sure to leave a comment letting me know how you enjoyed this week's snippet!

Projects:

Рекомендации по теме
Комментарии
Автор

That was very helpful. Thanks for the video

sartajsingh
Автор

You can also instantiate the seeder class and call the run method.

neilcamm