acseo/fast-show-generator-bundle
Symfony bundle to quickly generate “show” view data for entities using annotations or YAML. Define labels, visibility, and groups per property, then fetch showable data in your controller and render it easily in Twig. Compatible with Symfony 5/6.
groups={"default", "admin"}) across entities, improving maintainability for multi-tenant or role-based apps.groups to dynamically toggle field visibility (e.g., groups={"feature_x"}) without code changes, leveraging YAML for non-dev stakeholders."This package cuts 30–50% of the dev time needed to build internal dashboards or admin panels in Symfony. For example, generating a ‘View Order’ page—currently requiring 2–3 hours of manual coding—can be done in 15 minutes with annotations or YAML. It’s like ‘copy-paste for Symfony,’ but with consistency and scalability. Perfect for rapid prototyping, data migration projects, or A/B testing where we need to toggle field visibility without redeploying. The MIT license and active maintenance (last release: July 2025) make it a low-risk choice."
*"This is a lightweight alternative to heavy admin bundles like Sonata or EasyAdmin. It auto-generates ‘show’ actions (e.g., /order/123) using either:
@Show(label="Order Date", groups={"default"}) to your entity properties.groups without code changes).
Tradeoff: Less flexible than custom controllers for edge cases, but 10x faster for CRUD-like views. Pair it with Symfony’s security system for role-based access."*How can I help you explore Laravel packages today?