PHPackages                             wearejust/sonata-theme-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. wearejust/sonata-theme-bundle

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

wearejust/sonata-theme-bundle
=============================

A custom SonataAdminBundle theme

3.0(6y ago)46.4k↓66.7%[1 issues](https://github.com/wearejust/sonata-theme-bundle/issues)[12 PRs](https://github.com/wearejust/sonata-theme-bundle/pulls)MITCSS

Since Jul 19Pushed 3y ago3 watchersCompare

[ Source](https://github.com/wearejust/sonata-theme-bundle)[ Packagist](https://packagist.org/packages/wearejust/sonata-theme-bundle)[ RSS](/packages/wearejust-sonata-theme-bundle/feed)WikiDiscussions 2.x Synced 5d ago

READMEChangelog (10)Dependencies (3)Versions (52)Used By (0)

[ ![](https://user-images.githubusercontent.com/883497/32327075-89640c50-bfd5-11e7-91c8-6abed9964605.png)](https://wearejust.com)

Sonata Theme Bundle
===================

[](#sonata-theme-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/3dc2c245c32725235cc4889a8c6a91786bf9e5700c20b31631e4bc2a7b7373f3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656172656a7573742f736f6e6174612d7468656d652d62756e646c652e737667)](https://packagist.org/packages/wearejust/sonata-theme-bundle)

[![](https://user-images.githubusercontent.com/883497/32327076-898059be-bfd5-11e7-927e-69e75323c776.gif)](https://wearejust.com)

Installation
============

[](#installation)

**Hint:** Coming from 1.x? Please check out our [upgrade guide](UPGRADE-2.0.md)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require wearejust/sonata-theme-bundle "^2"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
