howmas/howmas-misc

HowMAS Misc Bundle

0.0.1 2025-04-23 16:24 UTC

This package is auto-updated.

Last update: 2025-04-23 16:38:11 UTC


README

HowMAS Misc Bundle

Installation

    composer require howmas/howmas-misc
  • Update config/bundles.php file:
    return [
        ....
        HowMAS\MiscBundle\HowMASMiscBundle::class => ['all' => true],
    ];