Skip to main content

Composer

FrameBase uses Composer as it's application level dependency manager. composer.json file is included in the package, however it won't be installed by default. Please follow the guide below to install Composer dependencies.

Composer Installation

tip

Make sure you've installed Composer in your machine before you proceed.

  1. Open your project folder
  2. Navigate to docker/library
  3. Open a Terminal inside the directory
  4. Run the following code
    composer install
  5. Now it will install the Composer Dependencies