Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
/ ec-reps-platform Public archive

[COMM] Modules, features and theme for the reps platform

License

Notifications You must be signed in to change notification settings

ec-europa/ec-reps-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPS Platform Instructions

To incorporate the REPS platform into your subsite project you need to add the following to your resources/composer.json file:

{
    "require": {
        "ec-europa/ec-reps-platform": "~3.0"
    },
    "scripts": {
        "post-install-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh",
        "post-update-cmd": "vendor/ec-europa/ec-reps-platform/resources/install-reps-platform.sh"
    }
}