错误
C:\xampp\htdocs\crm>php artisan serve
在Connection.php第647行:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'crm.clients' doesn't exist (SQL: select * from `clients` where exists (select * from `followups` where `clients`.`id` = `followups`.`client_id` and `followup` = TBRO and date(`date`) = 2018-02-18))
在Connection.php第319行:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'crm.clients' doesn't exist
答案 0 :(得分:0)
麻烦似乎是你没有创建表格。你运行了迁移命令吗?
答案 1 :(得分:0)
在这种情况下,您必须先通过此命令更新您的作曲家。 作曲家更新
答案 2 :(得分:0)
如果您在MySQL环境中有一个名为crm的数据库,我建议您检查数据库,并检查您在配置/数据库或.env中与数据库的连接。您似乎无法使用migrate命令创建表,并且由于您没有表,因此serve命令会报告错误。