PHPackages                             ruudy/metronic-crud-generator-bundle - 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. [Admin Panels](/categories/admin)
4. /
5. ruudy/metronic-crud-generator-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

ruudy/metronic-crud-generator-bundle
====================================

Sensio generator extended to implements Metronic Bundle on Crud Generator.

22.1kPHP

Since Apr 2Pushed 11y agoCompare

[ Source](https://github.com/ruudy-es/Metronic-Crud-Generator-Bundle)[ Packagist](https://packagist.org/packages/ruudy/metronic-crud-generator-bundle)[ RSS](/packages/ruudy-metronic-crud-generator-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

METRONIC CRUD GENERATOR BUNDLE
==============================

[](#metronic-crud-generator-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/97703f05d7bfa5541e63aee070644cd0c84e7be8f7a143b2d25c12016bff321e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63323834326166632d656665642d343134392d396538362d3063613461323662316639392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/c2842afc-efed-4149-9e86-0ca4a26b1f99) [![Total Downloads](https://camo.githubusercontent.com/23ca834ec61b623ca46ff4ba9521887498814e16984bdb20b6841a55a54a9903/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d637275642d67656e657261746f722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/ruudy/metronic-crud-generator-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/34a30289cac48411c47bc74701b857f195f1beeada04afbc5a15cc30bc7cccd7/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d637275642d67656e657261746f722d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/ruudy/metronic-crud-generator-bundle) [![License](https://camo.githubusercontent.com/806e3e0a4dab89f33fac87108986a8497c37e27601711c39d6910b7fad73a474/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d637275642d67656e657261746f722d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/ruudy/metronic-crud-generator-bundle)

This bundle extends the symfony2 crud generator and

I apologize for the inconvenience that my english can produce.

Thanks to Sonata Project, their code inspire me on how to do some things.

Thanks to Metronic - Responsive Admin Dashboard Template creators for the good treatment received.

License
=======

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
Resources/meta/LICENSE

```

Instalation
===========

[](#instalation)

Installation is a quick 4 step process:

1. Configure Metronic Bundle (if Needed)
2. Download over composer
3. Enable the bundle
4. Generate the required files for the bundle
5. Extending &amp; Configurating it (optional)

Step 1. Configure Metronic Bundle (if Needed)
---------------------------------------------

[](#step-1-configure-metronic-bundle-if-needed)

This package have dependencie of [**Ruudy - MetronicBundle**](https://github.com/ruudy-es/Metronic-Bundle)

If you didn't follow the Metronic Bundle installation steps you must stop reading this readme and first of all, install and configure that bundle.

[**Ruudy - MetronicBundle Readme**](https://github.com/ruudy-es/Metronic-Bundle/blob/master/README.md)

Step 2. Download over composer
------------------------------

[](#step-2-download-over-composer)

Add RuudyMetronicCrudGeneratorBundle require line to your composer.json:

```
"require": {
    "ruudy/metronic-crud-generator-bundle": "@dev"
}

$ php composer.phar install

```

or just add it by running the command:

```
$ php composer.phar require ruudy/metronic-crud-generator-bundle '@dev'

```

Composer will install the bundle to your project's ruudy/metronic-crud-generator-bundle directory.

Step 3. Enable the bundle
-------------------------

[](#step-3-enable-the-bundle)

Enable the bundle in the kernel:

```
