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.
- Open your project folder
- Navigate to
docker/library
- Open a Terminal inside the directory
- Run the following code
composer install
- Now it will install the Composer Dependencies