Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 253 Bytes

installation.md

File metadata and controls

17 lines (12 loc) · 253 Bytes

Installation

Require the bundle:

composer require gal-digital-gmbh/pimcore-navigation

Add it to config/bundles.php

<?php

return [
    GalDigitalGmbh\PimcoreNavigation\PimcoreNavigationBundle::class => ['all' => true],
];