Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 550 Bytes

installation.md

File metadata and controls

14 lines (9 loc) · 550 Bytes

Chapter 1. Installation

We assume you’re familiar with Composer, a dependency manager for PHP. Use the following command to add the bundle to your composer.json and download the package.

composer require harmony/menu-bundle

Alternatively, you can clone the https://github.com/harmonycms/menu-bundle repository.

{% hint style="info" %} This bundle is automatically installed with any HarmonyCMS project and required by HarmonyCoreBundle. {% endhint %}