howmas/howmas-admin

HowMAS Admin Bundle

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

0.1.2 2025-05-09 06:43 UTC

This package is auto-updated.

Last update: 2025-05-09 06:44:21 UTC


README

HowMAS Admin Bundle

Installation

    composer require howmas/howmas-admin
  • Update config/bundles.php file:
    return [
        ....
        HowMAS\AdminBundle\HowMASAdminBundle::class => ['all' => true],
        Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
    ];
    php bin/console pimcore:bundle:install HowMASAdminBundle