roadiz/cms-pack

A pack for Roadiz CMS

Maintainers

Details

github.com/roadiz/cms-pack

Source

Installs: 312

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:symfony-pack

This package is auto-updated.

Last update: 2024-03-26 09:08:41 UTC


README

This is a Flex pack to install Roadiz CMS.

Installation instructions are available in the Roadiz documentation.

mkdir -p ./themes
mkdir -p ./var/secret
mkdir -p ./var/export
mkdir -p ./public/assets
mkdir -p ./public/files

bin/console doctrine:migrations:migrate
bin/console themes:assets:install Rozier
bin/console install

Update your composer.json to autoload themes and generated entities

{
    "autoload": {
        "psr-4": {
            "Themes\\": "themes/"
        }
    }
}