Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Dependencies

Bruno Fernando dos Santos Silva edited this page Jan 20, 2018 · 6 revisions

SetRobot dependencies

Depending on the type of installation you choose it will be necessary to execute one or more commands on your terminal, in this guide you will check which commands are necessary for you to have setRobot fully functional in your development environment.

Requirements

Make sure all dependencies have been installed before moving on:

Through packagist (recommended)

composer create-project 3runodesign/setrobot theme-name dev-master

Through manual installation

If you prefer to download manually, you will need to run the commands:

$ composer install

Clone this wiki locally