CMS system based on popular Framework. Symfony Framework 3.x used.
Current Progress: In development
Features:
- Build pages
- Custom nodes on pages
- Integrated menu
PHP 7.1+ ,a database server, and Composer are required.
- There are 2 ways of grabbing the code:
- Use GitHub: simply download the zip on the right of the readme
- Use Git:
git clone git@github.com:miholeus/symphonia.git
- From a command line open in the folder, run
docker-compose up -d
. - Go to container, run
composer install
. - Enter your config into
app/config/parameters.yml
. - Create database schema
php app/console doctrine:schema:create
- Run migrations with
php app/console doctrine:migrations:migrate
command. - Populate database with fixtures
php app/console doctrine:fixtures:load