dytrof/doctrine-modification-events-bundle

Symfony DmytrofDoctrineModificationEventsBundle 用于创建和处理实体更新的事件

v1.5.4 2023-12-29 00:00 UTC

This package is auto-updated.

Last update: 2024-09-18 12:45:23 UTC


README

此包可以帮助你在 Symfony 4/5 应用程序中创建和处理实体更新的事件

安装

步骤 1:安装包

$ composer require dmytrof/doctrine-modification-events-bundle 

步骤 2:启用包

<?php
    // config/bundles.php
    
    return [
        // ...
        Dmytrof\DoctrineModificationEventsBundle\DmytrofDoctrineModificationEventsBundle::class => ['all' => true],
    ];