PHPackages                             fabz29/cms-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. [Admin Panels](/categories/admin)
4. /
5. fabz29/cms-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

fabz29/cms-bundle
=================

Fabz29CmsBundle is a Symfony Bundle allows a typical user to modify their website directly from the front-end interface

119PHP

Since Feb 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Fabz29/cms-bundle)[ Packagist](https://packagist.org/packages/fabz29/cms-bundle)[ RSS](/packages/fabz29-cms-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

**Fbaz29CmsBundle** is a **Symfony Bundle** allows a typical user to modify their website directly from the front-end interface

Require
-------

[](#require)

\####kms/froala-editor-bundle

```
require kms/froala-editor-bundle

```

\####Configuration froala editor

```
// app/config.yml

kms_froala_editor:
    language: "fr"
    serialNumber: "XXXX-XXXX-XXXX"
    includeJQuery: false
    includeCodeMirror: false
    includeFontAwesome: true
    includeJS: true
    includeCSS: true
    imageUploadFolder: "/froala"
    # Disable autosave
    saveInterval: 0
    pluginsDisabled: ['spellChecker']
    imageDefaultWidth: 0
    htmlDoNotWrapTags: ['img']
    # do not add  tag automatically
    htmlUntouched: true
```

\####Override the vendor Unfortunately, in the case you use several editor. You can't load fraola editor because it use an ID for select the DOM element and Symfony doesn't allow to customize the id in form element and the bundle doesn't allow to configure this element. So you have to override the template in the javascript with that

```
// vendor\kms\froala-editor-bundle\Resources\views\Form\froala_widget.html.twig

{# add the class .froala-editor #}
$( document ).ready( function () { $( ".froala-editor" ).froalaEditor({
```

Also use AJAX to offset this issue doesn't work because of too many ajax request !

Installation
------------

[](#installation)

\####Step 1 :

```
require fabz29/cms-bundle

```

#### Step 2 : Add the bundle to your AppKernel.php

[](#step-2--add-the-bundle-to-your-appkernelphp)

```
// config/AppKernel.php

Fabz29\CmsBundle\Fabz29CmsBundle::class => ['all' => true],
```

#### Step 3 : Configure the bundle

[](#step-3--configure-the-bundle)

```
// config/packages/fabz29_cms.yaml
parameters:
    fabz29_cms:
        roles_allowed: ['ROLE_ADMIN']
```

```
// config/packages/routing.yml
fabz29_cms:
    resource: "@Fabz29CmsBundle/Controller/"
    type: annotation
```

#### Step 4 : Enable manager in Twig

[](#step-4--enable-manager-in-twig)

```
// config/services.yml
twig:
    globals:
        block_manager: '@fabz29_cms.block.manager'
```

```
// config/services.yml
Fabz29\CmsBundle\Manager\BlockManager:
    arguments:
        $params: '%fabz29_cms%'
```

How to use it
-------------

[](#how-to-use-it)

- in your database at fabz29\_cms\_block table : Add the html in rich\_content field in the fabz29\_cms\_block table in your data base and set the key\_name field
- in your twig template where the fuc\* you want :

    ```
    {{ block_manager.render('%your_key_name%')|raw }}
    ```

TODO
----

[](#todo)

- Integrate froala into the bundle
- Add some tests (with ![](),
- optimize the assets (css, js) (today the assets are duplicated by the number of manager call by)

License
-------

[](#license)

The bundle is developped by Fabien Zanetti and can be used only by himself. Copyright Fabien Zanetti. All Rights reserved

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d7b8acf2d296241ea1f5520c810fc5d30d1d1971922e734e05841010058d663?d=identicon)[Fabz29](/maintainers/Fabz29)

---

Top Contributors

[![Fabz29](https://avatars.githubusercontent.com/u/6987019?v=4)](https://github.com/Fabz29 "Fabz29 (10 commits)")

### Embed Badge

![Health badge](/badges/fabz29-cms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fabz29-cms-bundle/health.svg)](https://phpackages.com/packages/fabz29-cms-bundle)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
