Açıklama Yok

Olivier Massot a5560b4d68 add the OtPageRepository::getPagesByPid method 4 yıl önce
docker e282a294db minor fixes 5 yıl önce
ot_admin 187f509f32 refactor the whole project to make use of dependency injections 5 yıl önce
ot_connect 187f509f32 refactor the whole project to make use of dependency injections 5 yıl önce
ot_core a5560b4d68 add the OtPageRepository::getPagesByPid method 4 yıl önce
ot_optimizer 5ac8501943 update doc 5 yıl önce
ot_stats 187f509f32 refactor the whole project to make use of dependency injections 5 yıl önce
ot_templating 187f509f32 refactor the whole project to make use of dependency injections 5 yıl önce
.gitignore 25d774d641 add a basic CI configuration 5 yıl önce
.gitlab-ci.yml db4883b076 test ci 4 yıl önce
README.md 49f6c60450 minor fixes 5 yıl önce

README.md

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