PHPackages                             webeith/metronic-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. webeith/metronic-bundle

ActiveSymfony-bundle

webeith/metronic-bundle
=======================

Symfony2 Bootstrap Backend/Admin Theme based on Metronic

v0.1(11y ago)0233MITHTMLPHP &gt;=5.3.2

Since Oct 5Pushed 9y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

METRONIC BUNDLE
===============

[](#metronic-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/4f19213d0ee34dd080f6bdd64629ab99a78a1e1592da2beecf511a19091c7122/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37643461363632332d373039652d343166362d616533652d6237633036313366356331322f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7d4a6623-709e-41f6-ae3e-b7c0613f5c12) [![Total Downloads](https://camo.githubusercontent.com/c3e3a3b8f0a85625133c74268141e2cf068212644557be81b9874d60518d825d/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/ruudy/metronic-bundle) [![Latest Stable Version](https://camo.githubusercontent.com/8e638164a7636cc58755f52ba97ad068f4c3139c35cf93e7570f16d065ce6d6b/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/ruudy/metronic-bundle) [![License](https://camo.githubusercontent.com/4ecd2902dc7ed410b257c85bcc12645cbe3c30cf5184f831f58c6325dac5a38e/68747470733a2f2f706f7365722e707567782e6f72672f72757564792f6d6574726f6e69632d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/ruudy/metronic-bundle)

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.

Latest pages &amp; templates adapted (UPDATES)
==============================================

[](#latest-pages--templates-adapted-updates)

- Admin basic layout
- Advanced datatables
- Bootstramp forms based

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. Download over composer
2. Enable the bundle
3. Generate the required files for the bundle
4. Download or Buy Metronic Theme and copy some assets folders

Step 1. Download over composer
------------------------------

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

Add RuudyMetronicBundle the require line to your composer.json:

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

$ php composer.phar install

```

or just add it by running the command:

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

```

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

Step 2. Enable the bundle
-------------------------

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

Enable the bundle in the kernel:

```
