Skip to content

361GRAD/dse-notelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

361 Grad Digital GmbH - Notelist

For the moment we use our elements as single bundles. Later we will use the dse-elements-bundle as metapackage to implement all elements at once.

Description: notelist element

Installation:

! Be sure you have access to gitlab via ssh or accesstoken !

  1. Edit the contao composer.json and add these lines
"repositories": [
        {
            "type": "vcs",
            "url": "git@gitlab.com:361GRAD-Elements/default/dse-notelist.git"
        }
],
  1. On the cli enter and install via composer
composer require 361GRAD-Elements/dse-notelist
  1. Go to the install.php and update db

  2. Done