hexis-hr/unmake-bundle 问题修复 & 功能扩展

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

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

hexis-hr/unmake-bundle

Composer 安装命令:

composer require hexis-hr/unmake-bundle

包简介

Unmake Bundle

README 文档

README

Features

  • The Unmake Entity Command: is a Symfony Console command designed to facilitate the deletion of entities from a database based on provided filters. This command is particularly useful during development and testing phases where data cleanup or selective deletion of entities is necessary.

Installation

Install the UnmakeBundle via Composer:

composer require hexis-hr/unmake-bundle

Unmake Entity Command

Command Usage:

Run the following command from your terminal:

php bin/console unmake:entity

Entity Selection:

You will be prompted to select the entity you wish to delete. Provide the name of the entity exactly as it appears in the application's entity definitions.

Filtering:

Optionally add filters to narrow down the entities to be deleted. Filters include selecting a property, an operator, and providing a value for comparison.

Confirmation:

Confirm the deletion operation and review the number of rows that will be affected.

Deletion:

If confirmed, the command will proceed to delete the selected entities from the database.

Contributing

Contributions are welcome! Please feel free to submit issues, feature requests, or pull requests.

License

This bundle is open-sourced software licensed under the Apache License 2.0.

Feel free to customize the README with additional information such as usage examples, troubleshooting tips, or any other relevant details specific to your bundle and its functionality.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2024-02-02