therouv / SuluArticleBundle

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SuluArticleBundle

Build Status Scrutinizer Code Quality Code Coverage StyleCI

The SuluArticleBundle adds support for managing articles in Sulu. Articles can be used in a lot of different ways to manage unstructured data with an own URL in an admin-list. Most of the features, which can be used in pages, can also be used on articles - like templates, versioning, drafting, publishing and automation.

Additional features included:

  • Build in view-layer with elasticsearch
  • Segmentation of article-templates (called article-types)
  • Define URL schemas per type

Requirements

  • Composer
  • PHP ^7.2
  • Sulu ^2.0.1
  • Elasticsearch ~5.0 || ~6.0

For detailed requirements see composer.json.

Documentation

The the Documentation is stored in the Resources/doc/ folder.

Installation

All the installation instructions are located in the Documentation.

License

This bundle is under the MIT license. See the complete license in the bundle

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Sulu Minimal Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

About

Bundle for managing localized content-rich entities like blog-posts in the Sulu content management system

License:MIT License


Languages

Language:PHP 99.9%Language:HTML 0.1%