Nessuna descrizione

Olivier Massot 65b3363d5a fix modern logo displaying bug 5 anni fa
docker e282a294db minor fixes 5 anni fa
ot_admin 5b773ffcb8 update the tsconfig for newly created beusers 5 anni fa
ot_connect c4e246c0d4 general refactoring: add ot_core and ot_stats 5 anni fa
ot_core d67eec58a1 hide structure id for non admin beusers 5 anni fa
ot_optimizer 5ac8501943 update doc 5 anni fa
ot_stats 4d9370b1c2 fix ips and domain validations 5 anni fa
ot_templating 65b3363d5a fix modern logo displaying bug 5 anni fa
.gitignore a32a02441b add readme and gitignore 5 anni fa
README.md 49f6c60450 minor fixes 5 anni fa

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