我弄了一下!在tinker下面试了试,发现如果先find文章的记录,然后用favorites找相对应的收藏数据会出现
Illuminate\Database\QueryException with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel-community.favoriteables' doesn't exist (SQL: select `favorites`.*, `favoriteables`.`favoriteable_id` as `pivot_favoriteable_id`, `favoriteables`.`favorite_id` as `pivot_favorite_id` from `favorites` inner join `favoriteables` on `favorites`.`id` = `favoriteables`.`favorite_id` where `favoriteables`.`favoriteable_id` = 4 and `favoriteables`.`favoriteable_type` = App\Article)'
但是如果先find收藏记录,然后用favoriteable找寻相应的文章或者帖子则没有问题。。。。