PHPackages                             daniellehrner/meat-up - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. daniellehrner/meat-up

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

daniellehrner/meat-up
=====================

Code generator for Symfony2

v0.6.0(8y ago)122MITPHP

Since Apr 22Pushed 8y agoCompare

[ Source](https://github.com/daniellehrner/meat-up)[ Packagist](https://packagist.org/packages/daniellehrner/meat-up)[ RSS](/packages/daniellehrner-meat-up/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (7)Versions (8)Used By (0)

MeatUp Bundle
=============

[](#meatup-bundle)

The MeatUp Bundle is a Symfony bundle that provides a command for generating a CRUD controller based on a Doctrine Entity. It uses the Symfony Skeleton Application from inter-Punkt as a starting basis. The bundle will generate the following files for you:

- A FormType based on a Doctrine Entity and some of MeatUps annotations
- A Controller for the CRUD operations
- A view file for a tabular presentation of all records
- View files for creating and updating records

Basic Usage
===========

[](#basic-usage)

This guide will show you who to generate a CRUD Controller from a simple Doctrine entity.

Here is a summary of what you will have to do:

- [Create a simple Doctrine entity](#step-1-create-a-simple-doctrine-entity)
- [Execute the MeatUp command](#step-2-execute-the-meatup-command)
- [Add OnIndex annotation](#step-3-add-onindex-annotation)

Step 1: Create a simple Doctrine entity
---------------------------------------

[](#step-1-create-a-simple-doctrine-entity)

```
