Sen descrición

Olivier Massot 1c5d3b4b04 add dev-sites supports and grant typo3 user rights on new site %!s(int64=5) %!d(string=hai) anos
docker e282a294db minor fixes %!s(int64=5) %!d(string=hai) anos
ot_admin 629b3c7233 centralize logging in ot_core %!s(int64=5) %!d(string=hai) anos
ot_connect c4e246c0d4 general refactoring: add ot_core and ot_stats %!s(int64=5) %!d(string=hai) anos
ot_core 35bcdfff6c add new common classes in ot_core %!s(int64=5) %!d(string=hai) anos
ot_optimizer 5ac8501943 update doc %!s(int64=5) %!d(string=hai) anos
ot_stats 1c5d3b4b04 add dev-sites supports and grant typo3 user rights on new site %!s(int64=5) %!d(string=hai) anos
ot_templating 36fd043603 refactor otcustomizer to use the new core controller %!s(int64=5) %!d(string=hai) anos
.gitignore a32a02441b add readme and gitignore %!s(int64=5) %!d(string=hai) anos
README.md 9f4b9c9ab8 add the docker directory %!s(int64=5) %!d(string=hai) anos

README.md

Opentalent extensions for Typo3

Pré-requis:

  • php 7.2
  • 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\\OtWidgets\\": "public/typo3conf/ext/ot_widgets/Classes",
            "Opentalent\\OtConnect\\": "public/typo3conf/ext/ot_connect/Classes",
            "Opentalent\\OtTemplating\\": "public/typo3conf/ext/ot_templating/Classes",
            "Opentalent\\OtAdmin\\": "public/typo3conf/ext/ot_admin/Classes"
        }
    }
    
  3. Faire un 'dump autoload':

    composer dumpautoload