laravel-nestedset
                                
                                 laravel-nestedset copied to clipboard
                                
                                    laravel-nestedset copied to clipboard
                            
                            
                            
                        can use package with mongodb, use parent_id with ObjectId?
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';
}