Creating fake data in Laravel using factories and faker - Laravel tips, tricks and packages

preview_player
Показать описание
...
...
Creating fake data in your application is a great way to see how your application looks and works during development. It's also really handy during testing. In this episode lets look at a few ways we can create fake data within our application.
Рекомендации по теме
Комментарии
Автор

Thanks for the quick no nonsense guide

huyphamuc
Автор

For Laravel 8.x the factory method is not available instead you'll have to do:


AAlani-uzgm
Автор

Could you please help me to understand how to do it in Laravel 8 ?

technery
Автор

Loved your video! to the point. easily understandable <3 much love from Pakistan

UmerAbbas
Автор

Thank you for the video. Laravel 8 has changed. Can you please help us on how to do this with L8?

NoOne-qdyp
Автор

I recommend having a look at how CakePHP deals with fixtures using factories:


pabloinberlin