IlluminateDatabaseQueryException
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘rental-mobil-laravel.settings’ doesn’t exist (Connection: mysql, SQL: select * from settings
limit 1)
at vendorlaravelframeworksrcIlluminateDatabaseConnection.php:829
825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
826▕ );
827▕ }
828▕
➜ 829▕ throw new QueryException(
830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e
831▕ );
832▕ }
833▕ }
1 [internal]:0
IlluminateFoundationApplication::IlluminateFoundation{closure}(Object(AppProvidersAppServiceProvider))
2 vendorlaravelframeworksrcIlluminateDatabaseConnection.php:423
PDOException::(“SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘rental-mobil-laravel.settings’ doesn’t exist”)
coba berikan saya solusi untuk masalah tersebut
Riki Cahya is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.