kematjaya/report-builder-bundle

Symfony Report Builder Bundle

Maintainers

Package info

github.com/kematjaya0/report-builder-bundle

pkg:composer/kematjaya/report-builder-bundle

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

7.0.6 2026-03-12 07:55 UTC

This package is auto-updated.

Last update: 2026-03-12 07:57:29 UTC


README

  • installation
    composer require kematjaya/report-builder-bundle
  • add to bundles.php
    Kematjaya\ReportBuilderBundle\ReportBuilderBundle::class => ['all' => true]
  • add to routes.yaml
    report_builder:
      resource: '@ReportBuilderBundle/Resources/config/routes.yaml'
    available routes:
    - report_builder_index
    - report_builder_new
    - report_builder_edit
    - report_builder_delete
    - report_builder_preview
    - report_builder_db_structure
    - report_builder_view
    - report_builder_export_csv
    
  • update database schema
    php bin/console doctrine:schema:update --force
  • access with url: {{ base-url }} /report-builder.html
  • show report as menu:
    report_saved_menus() // in twig file