runroom-packages / basic-page-bundle
Basic pages with only a wysiwyg and a title using Sonata
Installs: 27 040
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- doctrine/doctrine-bundle: ^2.3
- doctrine/orm: ^2.8
- doctrine/persistence: ^2.0 || ^3.0
- gedmo/doctrine-extensions: ^3.0
- knplabs/doctrine-behaviors: ^2.0.6
- psr/container: ^1.1 || ^2.0
- runroom-packages/seo-bundle: ^0.16
- symfony/asset: ^4.4 || ^5.4 || ^6.0
- symfony/config: ^4.4 || ^5.4 || ^6.0
- symfony/dependency-injection: ^4.4 || ^5.4 || ^6.0
- symfony/event-dispatcher: ^4.4 || ^5.4 || ^6.0
- symfony/form: ^4.4 || ^5.4 || ^6.0
- symfony/framework-bundle: ^4.4 || ^5.4 || ^6.0
- symfony/http-foundation: ^4.4.7 || ^5.4 || ^6.0
- symfony/http-kernel: ^4.4.13 || ^5.4 || ^6.0
- symfony/validator: ^4.4 || ^5.4 || ^6.0
- twig/twig: ^2.12 || ^3.0
Requires (Dev)
- a2lix/auto-form-bundle: ^0.4
- a2lix/translation-form-bundle: ^3.0.4
- friendsofsymfony/ckeditor-bundle: ^2.2
- knplabs/knp-menu-bundle: ^3.1
- matthiasnoback/symfony-config-test: ^4.2
- matthiasnoback/symfony-dependency-injection-test: ^4.1
- phpunit/phpunit: ^9.5
- runroom-packages/testing: ^0.16
- sonata-project/admin-bundle: ^3.103 || ^4.9
- sonata-project/doctrine-orm-admin-bundle: ^3.34 || ^4.0
- sonata-project/media-bundle: ^3.34.2 || ^4.0
- symfony/browser-kit: ^5.4 || ^6.0
- symfony/phpunit-bridge: ^6.0
- symfony/routing: ^4.4 || ^5.4 || ^6.0
- symfony/security-bundle: ^4.4 || ^5.4 || ^6.0
- symfony/twig-bundle: ^4.4 || ^5.4 || ^6.0
- zenstruck/foundry: ^1.13.2
Conflicts
- a2lix/translation-form-bundle: <3.0.4
- friendsofsymfony/ckeditor-bundle: <2.2
- sonata-project/admin-bundle: <3.103
- dev-master / 0.17.x-dev
- 0.16.0
- 0.15.7
- v0.15.6
- v0.15.5
- v0.15.4
- v0.15.3
- v0.15.2
- v0.15.1
- v0.15.0
- v0.14.1
- v0.14.0
- v0.13.3
- v0.13.2
- v0.13.1
- v0.13.0
- v0.12.0
- v0.11.1
- v0.11.0
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.9
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
This package is auto-updated.
Last update: 2023-03-12 14:32:30 UTC
README
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.