In this tutorials we are going to see how to seed/populate MySQL database with dummy/test data Using PHP db seeder. This method of PHP database seeder helps us to easily fill your database with fak…
Tutorial: http://www.smarttutorials.net/seedpopulate-mysql-database-dummytest-data-using-php-db-seeder/
Video: https://www.youtube.com/watch?v=jdUM0r_LeMo
In this tutorials we are going to see how to seed/populate MySQL database with dummy/test data Using PHP db seeder. This method of PHP database seeder helps us to easily fill your database with fake/dummy data. It is framework agnostic, so whatever framework (Laravel, CakePHP, Codeigniter and etc.) you use for development, for generating dummy/test data you can follow this tutorial.











