Illuminate\Database\QueryException
SQLSTATE [HY000] [2002] Нет такого файла или каталога (SQL: выберите * из information_schema.tables, где table_schema = x_min и table_name = миграции и table_type = 'BASE TABLE')
atvendor/ laravel/framework/src/Illuminate/Database/Connection.php:760
Код: Выделить всё
// If an exception occurs when attempting to run a query, we'll format the erro
// message to include the bindings with SQL, which will make this exception
// lot more helpful to the developer instead of just the database's errors.
Код: Выделить всё
759▕ catch (Exception $e) {
➜ 760▕ throw new QueryException(
761▕ $query, $this->prepareBindings($bindings), $e
762▕ );
763▕ }
764▕ }
Я запустил установку композитора, перезапустил сервер, база данных существует очень хорошо, я назвал ее x_min. Я использовал мета-ИИ и попробовал предложения, но ничего не помогло
Подробнее здесь: https://stackoverflow.com/questions/790 ... yexception