# AlexandriaCatalogBundle

This bundle is the base catalog of Alexandria.

## Installation

Use Composer to install this bundle:

```console
$ composer require alexandria/catalog-bundle
```

Add the bundle in your application kernel:

```php
// config/bundles.php

return [
    // ...
    Alexandria\CatalogBundle\AlexandriaCatalogBundle::class => ['all' => true],
    // ...
];
```