basilicom / pimcore-bundle-areabrick-report
Adds a report to find Areabricks on documents
Package info
github.com/basilicom/pimcore-bundle-areabrick-report
Type:pimcore-bundle
pkg:composer/basilicom/pimcore-bundle-areabrick-report
v1.0.3
2025-03-18 14:08 UTC
Requires
- php: ^8.2
- pimcore/pimcore: ^11.5.
README
composer require basilicom/pimcore-bundle-areabrick-report
add to bundles.php
return [ // ... PimcorePluginAreabrickReportBundle::class => ['all' => true], ];
Command
Add the command to run every x minutes, depending how often you want to update the data in the report.
bin/console basilicom:report:areabrick
For updating we suggest to use the force flag, because it will drop and create the database table. So it there are changes to the database table it will be updated.
bin/console basilicom:report:areabrick -f true
Info
Shows a report with a filter of documents, areabricks and language. Filters can be combined.



