我想知道与我的表相关的模型。
有这样的方法吗?
$model = new $model;
$table = $model->getTable();
$columns = Schema::getColumnListing($table);
例如:
$model->relationships()
提前感谢您!
没有现成的办法,你必须想出自己的解决方案。你可以在这里试试:https://laracasts.com/discuss/channels/eloquent/get-all-model-relationships