Sem descrição

Olivier Massot 13ae11bb9f restore getPage method for page repository há 4 anos atrás
docker e282a294db minor fixes há 5 anos atrás
ot_admin 187f509f32 refactor the whole project to make use of dependency injections há 5 anos atrás
ot_connect e2be469676 bugfix 'Call to a member function getConnectionForTable() on null' há 4 anos atrás
ot_core 13ae11bb9f restore getPage method for page repository há 4 anos atrás
ot_optimizer 5ac8501943 update doc há 5 anos atrás
ot_stats 187f509f32 refactor the whole project to make use of dependency injections há 5 anos atrás
ot_templating 4c5359855f minor style fix há 4 anos atrás
.gitignore 78218f66bb update .gitignore há 4 anos atrás
.gitlab-ci.yml 25b9f2d370 fix CI há 4 anos atrás
README.md 25b9f2d370 fix CI há 4 anos atrás

README.md

pipeline status coverage report

Opentalent extensions for Typo3

Pré-requis:

  • php 7.4
  • Typo3 v9.5 (en mode composer)

Les extensions

Pour plus d'information sur chaque extension, consultez les readme de chacune d'elles.

Pour les installer

  1. Copier les répertoires des extensions dans le sous-répertoire public/typo3conf/ext/ du répertoire de l'application typo3
  2. Ajouter les lignes suivantes au fichier composer.json de l'application :

    "autoload": {
        "psr-4": {
            "Opentalent\\OtCore\\": "public/typo3conf/ext/ot_core/Classes",
            "Opentalent\\OtConnect\\": "public/typo3conf/ext/ot_connect/Classes",
            "Opentalent\\OtTemplating\\": "public/typo3conf/ext/ot_templating/Classes",
            "Opentalent\\OtStats\\": "public/typo3conf/ext/ot_stats/Classes",
            "Opentalent\\OtAdmin\\": "public/typo3conf/ext/ot_admin/Classes"
        }
    }
    
  3. Faire un 'dump autoload':

    composer dumpautoload