Без опису

Olivier Massot 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
docker 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
ot_admin 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
ot_connect 36cdd439c0 refactoring: update db structure and introduce ot_websites 4 роки тому
ot_core 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
ot_optimizer 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
ot_stats 36cdd439c0 refactoring: update db structure and introduce ot_websites 4 роки тому
ot_templating 36cdd439c0 refactoring: update db structure and introduce ot_websites 4 роки тому
.gitignore 78218f66bb update .gitignore 4 роки тому
.gitlab-ci.yml 25b9f2d370 fix CI 4 роки тому
README.md 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core 4 роки тому
composer.json.txt f5eaf739b5 complete composer.json 4 роки тому

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",
            "Opentalent\\OtOptimizer\\": "public/typo3conf/ext/ot_optimizer/Classes"
        }
    }
    
  3. Faire un 'dump autoload':

    composer dumpautoload