Download the PHP package proxilog/proxicms-content-bundle without Composer
On this page you can find all versions of the php package proxilog/proxicms-content-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download proxilog/proxicms-content-bundle
More information about proxilog/proxicms-content-bundle
Files in proxilog/proxicms-content-bundle
Download proxilog/proxicms-content-bundle
More information about proxilog/proxicms-content-bundle
Files in proxilog/proxicms-content-bundle
Vendor proxilog
Package proxicms-content-bundle
Short Description A Symfony Content bundle for ProxiCMS
License MIT
Homepage https://github.com/Proxilog/proxicms-content-bundle
Package proxicms-content-bundle
Short Description A Symfony Content bundle for ProxiCMS
License MIT
Homepage https://github.com/Proxilog/proxicms-content-bundle
Please rate this library. Is it a good library?
Informations about the package proxicms-content-bundle
ProxiCMS - ContentBundle
/!\ WARNING, Be aware until the version 1.0.0, some breaking changes can be introduce
This bundle allow you to manage the content for the ProxiCMS.
TODO
- Create the Recipes installation
- better use of migration? (any idea?)
- Create the tests in the bundle (instead of the app side)
Usage
EasyAdmin
It will provide a Content to manage with the possibility to enable the text editor.
Twig
When you get the Content with twig, it will create or get the current one by its identifier.
- Get the Content object with identifier
proxicms_content_obj('identifier')
- Get the value with identifier
proxicms_content_val('identifier')
Installation
This bundle requires PHP 8.1 or higher and Symfony 6.1 or higher.
Step 1: Install the bundle using composer
Step 2: Add the bundle to your bundles.php
Step 3: Add the MenuItem in your Dashboard EasyAdmin
or you can create your own ContentCrudController
and extends this controller.
Step 4: Add the migrations in your app
All versions of proxicms-content-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
doctrine/doctrine-migrations-bundle Version ^3.2
easycorp/easyadmin-bundle Version ^4.3
doctrine/doctrine-migrations-bundle Version ^3.2
easycorp/easyadmin-bundle Version ^4.3
The package proxilog/proxicms-content-bundle contains the following files
Loading the files please wait ....