Posts tagged by how to

Laravel Database Seeding

In this article,I’ll explain laravel feature called database seeding.This feature helps us to insert multiple test data in tables without need to do it manually row by row in database.

Read More