PHPackages                             sedona/sbo - 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. sedona/sbo

ArchivedLibrary[Admin Panels](/categories/admin)

sedona/sbo
==========

Sedona Back-Office bundles

2.0.1(5y ago)05371[9 issues](https://github.com/Sedona-Solutions/sedona-sbo/issues)MITPHPPHP &gt;=5.6

Since Jun 23Pushed 5y ago3 watchersCompare

[ Source](https://github.com/Sedona-Solutions/sedona-sbo)[ Packagist](https://packagist.org/packages/sedona/sbo)[ RSS](/packages/sedona-sbo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (20)Versions (5)Used By (0)

Sedona Back Office
==================

[](#sedona-back-office)

Installation
------------

[](#installation)

### Requirements

[](#requirements)

- Symfony 2.7 mini, compatible with Symfony 3

### Step 1: Download the Bundles

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

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

```
$ composer require "sedona/sbo" "dev-master"
```

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 Bundles

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project, if you don't use them already, you also need to add a few more bundles:

```
