MoneyBundle

Documentation

Version No Longer Supported

You are viewing the documentation for the 1.x branch of the MoneyBundle package which is no longer supported as of . You are advised to upgrade as soon as possible to a supported version.

Installation & Setup

To install this bundle, run the following Composer command:

composer require babdev/money-bundle

Register The Bundle

For an application using Symfony Flex the bundle should be automatically registered, but if not you will need to add it to your config/bundles.php file.

<?php

return [
    // ...

    BabDev\MoneyBundle\BabDevMoneyBundle::class => ['all' => true],
];