Multi Vendor Marketplace Installation Error
-
Hello everyone. I currently installing multi vendor marketplace extension following this tutorial https://webkul.com/blog/laravel-multi-vendor-marketplace/ but i encounter a problem where the database cannot be seeded using
php artisan db:seed --class=Webkul\Marketplace\Database\Seeders\DatabaseSeeder
command. Below i attach the error output:
I suppose i don't do any mistake by following the tutorial thoroughly. Any advice? Thank you in advance
-
hi @cerohawke88 ,
please mention the bagisto version and add an screenshot of the the error if possible.
Thanks! -
@Naresh-webkul hello, sorry for the mistype code format on my previous post, please kindly recheck my post, thank you.
Anyway, i'm using Bagisto 1.3.1 -
Thanks for providing such kind of platform and blogs. Asking question is nice way to share something awesome. Thanks Online Matka Play
-
HEllo @cerohawke88 ,
please run following command for db seed:php artisan db:seed --class=Webkul\Marketplace\Database\Seeders\DatabaseSeeder
If your are windows user then run the below command-
php artisan db:seed --class="Webkul\Marketplace\Database\Seeders\DatabaseSeeder"
Thanks!