PHPackages                             sherlockode/advanced-content-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. sherlockode/advanced-content-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

sherlockode/advanced-content-bundle
===================================

Symfony Bundle for CMS content with custom fields

v0.9.9(3mo ago)105.7k↑68.8%3[5 PRs](https://github.com/sherlockode/advanced-content-bundle/pulls)2MITPHPPHP ^7.4 || ^8.1

Since Jul 30Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/sherlockode/advanced-content-bundle)[ Packagist](https://packagist.org/packages/sherlockode/advanced-content-bundle)[ RSS](/packages/sherlockode-advanced-content-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (10)Versions (61)Used By (2)

Sherlockode AdvancedContentBundle
=================================

[](#sherlockode-advancedcontentbundle)

---

[ ![](https://camo.githubusercontent.com/af88dcb748fbcf43c63cb2c551c566709dec0aee46df1698477a156d7267df29/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736865726c6f636b6f64652f616476616e6365642d636f6e74656e742d62756e646c65)](https://packagist.org/packages/sherlockode/advanced-content-bundle "License")[ ![](https://camo.githubusercontent.com/5c6ec00afa13e70e1f883f90bd21bdee42fefc9d2a390c00a2d6445641496c49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736865726c6f636b6f64652f616476616e6365642d636f6e74656e742d62756e646c65)](https://packagist.org/packages/sherlockode/advanced-content-bundle "Version")[ ![](https://camo.githubusercontent.com/9a0cc675aa5c60addc5441567bd0a8d1f06f563fc7458669a3a648b89c6d3ecb/68747470733a2f2f706f7365722e707567782e6f72672f736865726c6f636b6f64652f616476616e6365642d636f6e74656e742d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/sherlockode/advanced-content-bundle "Total Downloads")[ ![Support](https://camo.githubusercontent.com/e2e1becf96ac10cfcfae03397fd7c605cca341564088ccd453d91e1d2024a14b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d636f6e74616374253230617574686f722d626c7565253544)](https://www.sherlockode.fr/contactez-nous/?utm_source=github&utm_medium=referral&utm_campaign=plugins_acb)

[![image](https://user-images.githubusercontent.com/22291441/230099691-0fad8407-9883-4f0c-bdbd-9d6a8245a8db.png)](https://user-images.githubusercontent.com/22291441/230099691-0fad8407-9883-4f0c-bdbd-9d6a8245a8db.png)

Table of Content
----------------

[](#table-of-content)

---

- [Overview](#overview)
- [Installation](#installation)
- [Terminology](#terminology)
- [Configuration](#configuration)
    - [Assets](#assets)
    - [Twig](#twig)
    - [Entities](#entities)
    - [Upload](#upload-configuration)
    - [Routing](#routing)
- [Advanced documentation](#advanced-documentation)
- [Dependencies](#dependencies)
- [License](#license)
- [Contact](#contact)

Overview
========

[](#overview)

---

This bundle provides advanced CMS features for end user contribution.

Users can build their website pages quickly and effortlessly thanks to our intuitive interface. Several standard elements are included, such as text block, heading, image, image carousel, video player, ... Responsive layouts can be shaped as needed with row and column elements. Drafts are saved automatically and it's easy to rollback to a previous version. Custom elements can be added simply with a few lines of code.

Installation
============

[](#installation)

---

Get the bundle using composer
-----------------------------

[](#get-the-bundle-using-composer)

The best way to install this bundle is to rely on [Composer](https://getcomposer.org/):

```
$ composer require sherlockode/advanced-content-bundle
```

Enable the bundle
-----------------

[](#enable-the-bundle)

Register the bundle in your application's kernel:

```
// config/bundles.php
