daniellehrner/meat-up
Symfony bundle that generates a full CRUD scaffold from a Doctrine entity. Provides a console command to create a controller, FormType, and Twig views (index table plus create/edit pages), based on a Symfony Skeleton starting point.
OnIndexPage (e.g., complex validation, multi-tenancy).laravel-shift/blueprint).ManyToOne (e.g., polymorphic associations).For Executives: "MeatUp cuts backend development time by automating 70% of admin panel code—controllers, forms, and tables—using Symfony’s Doctrine ORM. For a legacy Symfony 2.8 system, this reduces dev costs by 3–5 days per feature while maintaining security (MIT license). Ideal for internal tools or CMS backends where speed trumps customization."
For Engineering:
"This Symfony bundle generates CRUD scaffolding via CLI commands, using annotations like @OnIndexPage to customize table columns. It’s lightweight (no frontend dependencies), supports VichUploader (file uploads) and CKEditor (rich text), and plays well with Doctrine. Tradeoff: Limited to Symfony 2.8 and basic CRUD—best for quick wins, not greenfield apps. Example: Run php app/console ip:meat-up "App\Entity\User" to auto-generate a user management panel."
How can I help you explore Laravel packages today?