Tag: laravel-migration

How to migrate SQL dump file in Laravel DB Seed

Normally we use `db:seed` in Laravel by faker data. However, today, I will show you how to migrate SQL dump file in Laravel DB Seeder.

How to add new columns to the existing table in Laravel migration

How to add new columns to the existing table in Laravel migration

Laravel migrate failed to open stream - No such file or directory

Laravel migrate failed to open stream - No such file or directory