Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Mongodb Odm Softdelete Bundle Laravel Package

doctrine/mongodb-odm-softdelete-bundle

View on GitHub
Deep Wiki
Context7

Doctrine MongoDB SoftDelete Bundle

This bundle implements soft-deletion for Doctrine MongoDB ODM and Symfony2.

Installation (Symfony 2.0.x only)

1. Add the following to your deps file:
[doctrine-odm-softdelete]
    git=git://github.com/doctrine/mongodb-odm-softdelete.git

[DoctrineMongoDBSoftDeleteBundle]
    git=git://github.com/doctrine/mongodb-odm-softdelete-bundle.git
    target=bundles/Doctrine/Bundle/MongoDBSoftDeleteBundle
2. Run the vendors install script:
php bin/vendors install
3. Add the Doctrine\\ODM\\MongoDB\\SoftDelete namespace to app/autoload.php:
<?php
// ...
    $loader->registerNamespaces(array(
        // ...
        'Doctrine\\ODM\\MongoDB\\SoftDelete' => __DIR__ . '/../vendor/doctrine-odm-softdelete/lib',
4. Setup the bundle to load in app/appKernel.php:
<?php
// ...
        $bundles = array(
        // ...
            new Doctrine\Bundle\MongoDBSoftDeleteBundle\DoctrineMongoDBSoftDeleteBundle(),

Configuration

Add the following to config.yml to get started:

doctrine_mongodb_softdelete:
    deleted_field_name: deletedAt
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours