frgef/neo-page-builder-bundle

This package is a Symfony bundle allowing you to use a particular FormType (NeoPageBuilderType) in order to build complete frontend pages in the context of a CMS.

dev-main 2024-05-24 20:22 UTC

This package is auto-updated.

Last update: 2024-10-24 21:12:08 UTC


README

This package is a Symfony allowing you to use a particular FormType (NeoPageBuilderType) in order to build complete frontend pages in the context of a CMS.

Package version license Slack

When to use this bundle ?

Documentation

  1. Install
  2. Basic usage
  3. Advanced usage
  4. Resources

Installation

With Symfony Flex (recommended):

composer require frgef/neo-page-builder-bundle

You're ready to use AliceBundle, and can jump to the next section!

Without Flex, you will have to register the bundle accordingly in config/bundles.php:

<?php

return [
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
    // ...
    NeoPageBuilder\NeoPageBuilderBundle::class => ['all' => true],
];

Configure the bundle to your needs, for example:

Basic usage

See more.
Next chapter: Advanced usage

Database testing

Resources