Sen descrición

Olivier Massot 8802b1d86c update doc %!s(int64=4) %!d(string=hai) anos
doc 8802b1d86c update doc %!s(int64=4) %!d(string=hai) anos
docker 78d8ccdf9c finalize websites refactoring and reintegrate ot_router into ot_core %!s(int64=4) %!d(string=hai) anos
ot_admin 19c504d395 add the social top bar %!s(int64=4) %!d(string=hai) anos
ot_connect 8802b1d86c update doc %!s(int64=4) %!d(string=hai) anos
ot_core 6584657df0 use the global ot_website var to avoid db calls %!s(int64=4) %!d(string=hai) anos
ot_optimizer c2d59fd74b fix bug where redirects were not handled when ot_website does not exist %!s(int64=4) %!d(string=hai) anos
ot_stats 5a5bb980cb refactor getCurrentWebsite* methods, and remove now useless classes %!s(int64=4) %!d(string=hai) anos
ot_templating 6584657df0 use the global ot_website var to avoid db calls %!s(int64=4) %!d(string=hai) anos
.gitignore 78218f66bb update .gitignore %!s(int64=5) %!d(string=hai) anos
.gitlab-ci.yml 25b9f2d370 fix CI %!s(int64=5) %!d(string=hai) anos
README.md 73a80a9a8f add doc %!s(int64=4) %!d(string=hai) anos
composer.json.txt f5eaf739b5 complete composer.json %!s(int64=4) %!d(string=hai) anos

README.md

Extension Status
ot_core pipeline status coverage report

Opentalent extensions for Typo3

Pour plus d'informations: consulter la documentation

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