I'm new at Laravel, I got this error when I tried to migrate a real website to XAMPP sevrer
The problem occured after I executed the following commands in the command line:
composer install
php artisan key:generate
php artisan migrate
In Connection.php line 664:
SQLSTATE[42S02]: Base table or view not found: 1146 Table '<mydatabase>.setting' doesn't exist (SQL: select * from
setting
limit 1)
In Connection.php line 326:
SQLSTATE[42S02]: Base table or view not found: 1146 Table '<mydatabase>.setting' doesn't exist