PHPackages                             px/backend - 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. px/backend

ActiveLibrary[Admin Panels](/categories/admin)

px/backend
==========

pxBackendBundle lets you create administration backends for Symfony applications with unprecedented simplicity.

0211JavaScript

Since May 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/marouamech/Backend)[ Packagist](https://packagist.org/packages/px/backend)[ RSS](/packages/px-backend/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Backend
=======

[](#backend)

**❮ NOTE ❯** This bundle require EasyAdminBundle. Start with reading the the documentation of \[EasyAdmin\] () to learn how to create complex backends.

Installation pxBackendBundle
----------------------------

[](#installation-pxbackendbundle)

### Step 1: Download the Bundle

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

In your composer.json add the following code:

```
"px/backend": "dev-master"
```

Then

```
$ composer update
```

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

### Step 2: Enable the Bundle

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

```
