cms icon indicating copy to clipboard operation
cms copied to clipboard

how to upload my project database seed into my local wamp server

Open chiranjitkuiry opened this issue 7 years ago • 1 comments

I have lavalite ecommrece website, and I cannt figre it our how to migrate my database into my local server database I run the command " php artisan migrate --seed " it says below snippent screenshot 20

chiranjitkuiry avatar Mar 30 '18 05:03 chiranjitkuiry

The migration script is trying to create the "cart" table. If you already copied the database to your local database, why you need to run seed?

kaitoqueiroz avatar Apr 06 '18 21:04 kaitoqueiroz