corepulse/corepulse

corepulse cms

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:pimcore-bundle

0.0.1 2024-05-06 03:51 UTC

This package is auto-updated.

Last update: 2024-05-13 07:22:12 UTC


README

add config/bundles.php

ValidatorBundle\ValidatorBundle::class => ['all' => true],
Rompetomp\InertiaBundle\RompetompInertiaBundle::class => ['all' => true],
Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
CorepulseBundle\CorepulseBundle::class => ['all' => true],

bundle install

 ./bin/console pimcore:bundle:install CorepulseBundle

add firewall


security:
	firewalls:
		corepulse_cms: '%corepulse_admin.firewall_settings%' 
	        
security:
	access_control:
		- { path: ^/cms/login, roles: PUBLIC_ACCESS }
		- { path: ^/cms, roles: ROLE_COREPULSE_USER }