大佬们,急救,查询数据突然奔掉了。
我用着用着突然就这样了,这是怎么回事啊。按照网上说的
解决方法:【执行以下两条命令即可】
php artisan config:cache 清除配置缓存 生成config.php 文件
php artisan admin:install 再次发布命令
执行后,显示There are no commands defined in the “admin” namespace.
Illuminate\Database\QueryException: SQLSTATE[42000]: Syntax error or access violation: 1103 Incorrect table name ‘’ (SQL: select * from where
.id
in (1, 2, 3, 6, 7, 10, 11, 13, 15, 16, 18, 20) and ``.deleted_at
is null) in file F:\phpstudy_pro\WWW\lt\vendor\laravel\framework\src\Illuminate\Database\Connection.php on line 671
查询语法错误