elao/html-action-bundle
Symfony bundle adding HTML CRUD and list actions for ElaoAdminBundle. Configure html_list/create/read/update/delete to generate admin routes and forms with optional security rules, providing ready-to-use backend pages for your entities.
For Executives: "This package lets us ship admin panel features 30% faster by reusing pre-built action buttons (e.g., delete, export) for elao/admin-bundle. It’s a low-risk way to standardize UI across tools, reducing dev time and improving consistency—critical for our [legacy/admin-heavy] roadmap. Tradeoff: Minimal upfront cost vs. custom dev, but requires wrapping for modern PHP/Laravel."
For Engineering: *"Pros:
Cons:
For Developers: *"This is a drop-in for elao/admin-bundle’s action buttons. Example use case:
{{ action('edit', {'id': entity.id}) }}
{{ action('delete', {'id': entity.id, 'confirm': true}) }}
How can I help you explore Laravel packages today?