Setup
Setup Development Environment
- Install Composer
- Clone the repository. see Cloning
- Open a terminal and change working directory to the root of the project folder.
- Run the following command
# This will install the dependencies set in composer.json composer install