Contact Contact Show All Awards & Recognition
Contact
Show All Awards & Recognition

corepulse/corepulse

not-reviewed

No Category

No author set

Version

1.3.2

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer

corepulse/corepulse

No Category

Project Summary

corepulse cms


Readme

CorePulse CMS

Installation

  1. On your Pimcore 11 root project:
composer require corepulse/corepulse
  1. Update config/bundles.php file:
return [
    ....
    ValidatorBundle\ValidatorBundle::class => ['all' => true],
    Rompetomp\InertiaBundle\RompetompInertiaBundle::class => ['all' => true],
    Pentatrion\ViteBundle\PentatrionViteBundle::class => ['all' => true],
    CorepulseBundle\CorepulseBundle::class => ['all' => true],
];
  1. Install bundle:
    ./bin/console pimcore:bundle:install CorepulseBundle
  1. Update config/packages/security.yaml file:
security:
    ...
    firewalls:
        corepulse_cms: '%corepulse_admin.firewall_settings%'
    ...

    access_control:
        ...
        - { path: ^/cms/login, roles: PUBLIC_ACCESS }
        - { path: ^/cms, roles: ROLE_COREPULSE_USER }
  1. Setup default in Pimcore admin UI first then enjoy with https://your-domain/cms

Setup default in Pimcore admin UI

Update

Run command to create or update custom database configs:

    # create tables
    ./bin/console corepulse:setup
    # update with option `--update` or `-u`
    ./bin/console corepulse:setup -u

API

See more

Document

Full documents here

Review status

not-reviewed

?>

No author set

Version

1.3.2

Last updated

Compatible Pimcore Version

-

Contact

-

No  Reviewer