corepulse/corepulse-bundle

corepulse cms

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:pimcore-bundle

1.0.beta 2024-02-02 14:34 UTC

This package is not auto-updated.

Last update: 2024-04-27 05:54:04 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 }