howmas / howmas-admin
HowMAS Admin Bundle
Installs: 42
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- firebase/php-jwt: ^6.11
- league/commonmark: ^2.6
- nelmio/security-bundle: ^3.5
- twig/extra-bundle: ^3.21
- twig/markdown-extra: ^3.21
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