howmas/howmas-admin

HowMAS Admin Bundle

Maintainers

👁 hoanghuynhninja

Package info

github.com/howmas/howmas-admin

Language:JavaScript

pkg:composer/howmas/howmas-admin

Statistics

Installs: 296

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.27 2025-10-05 15:40 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 258156aef4a753b402ae430f5864955676cebfe2

  • HowMAS Team <contact.howmas.woop@gmail.com>

admincmshowmas

This package is auto-updated.

Last update: 2026-06-05 17:15:02 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