laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

can use package with mongodb, use parent_id with ObjectId?

Open hoabuixuan opened this issue 4 years ago • 1 comments

hoabuixuan avatar Dec 08 '20 03:12 hoabuixuan

Have you tried setting the parent ID in your model to the name required in your database? Also, I don't think mongodb is the right choice for this package.

public function getParentIdName()
{
    return 'ObjectId';
}

nivv avatar Dec 15 '20 09:12 nivv