conedevelopment / bazar

Bazar is an e-commerce package for Laravel applications.
https://root.conedevelopment.com
MIT License
422 stars 56 forks source link

Can't run migrations #178

Closed LarryBarker closed 3 years ago

LarryBarker commented 3 years ago

Description:

I had this installed once and now I can't get the migrations to run. I've published the package's assets and ran php artisan migrate:fresh --seed but the demo products and users are not being created.

LarryBarker commented 3 years ago

Nevermind, got it. Needed to run php artisan bazar:install --seed