Skip to content

roadiz/cms-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Roadiz CMS pack for Symfony

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/"
        }
    }
}

About

A Symfony pack for Roadiz CMS

Resources

Stars

Watchers

Forks

Packages

No packages published