runroom-packages/basic-page-bundle

Basic pages with only a wysiwyg and a title using Sonata

Installs: 43 329

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Type:symfony-bundle


README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

This bundle allows you to generate pages on your website with just a title and a wysiwyg. Using Sonata as the backoffice to manage them.

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

composer require runroom-packages/basic-page-bundle

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:

// config/bundles.php

return [
    // ...
    Runroom\RenderEventBundle\RunroomBasicPageBundle::class => ['all' => true],
];

Contribute

The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.

License

This bundle is under the MIT license.