Base Table or view not found
-
Re: Bagisto - Base table or view not found: 1146
This error comes when somehow the database migration process stuck and not able to create the channels table, so to fix this error you may migrate the database again using below command:
php artisan migrate:fresh --seed
Note: only run this command if you're doing fresh installation else it would remove all the customized tables -
Thank You !
-
i did this solution and still not solved
i trying to install bagisto with a fresh install