No matter what command I enter I get the error
"Base table or view not found: 1146 Table 'database.products' doesn't exist
I tried
php artisan migrate:reset
php artisan cache:clear
php artisan optimize
php artisan migrate
and other artisan commands and they all return the above mentioned error. Anyone has idea how to solve this