perspeqtive/sulu-bulk-move-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

perspeqtive/sulu-bulk-move-bundle

最新稳定版本:0.5.1

Composer 安装命令:

composer require perspeqtive/sulu-bulk-move-bundle

包简介

Moves all children of one structure element to another

README 文档

README

Packagist Version

The Sulu Bulk Move Bundle moves all child pages from one Sulu navigation node to another. Perfect for reorganizing whole parts of your page tree in one command.

🛠️ Installation

Install the bundle via composer:

composer require perspeqtive/sulu-bulk-move-bundle

Enable the bundle

Add the bundle to your config/bundles.php:

return [
// ...
PERSPEQTIVE\SuluBulkMoveBundle\PERSPEQTIVESuluBulkMoveBundle::class => ['all' => true],
];

Usage

Run the bulk move via Symfony command:

bin/console perspeqtive:sulu:bulk-move <source-uuid> <target-uuid> <locale>
parameter description
source-uuid UUID of the parent page whose children you want to move
target-uuid UUID of the target parent page
locale The page locale (e.g. de, en)

Example:

bin/console perspeqtive:sulu:bulk-move 123e4567-e89b-12d3-a456-426614174000 123e4567-e89b-12d3-a456-426614174999 de

👩‍🍳 Contribution

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and adapt the documentation.

统计信息

  • 总下载量: 406
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2025-07-05