cms
cms copied to clipboard
how to upload my project database seed into my local wamp server
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

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?