Go to file
2024-01-11 10:09:20 +00:00
.devcontainer maj devcontainer 2024-01-11 10:09:20 +00:00
src Initial commit 2024-01-11 10:04:42 +00:00
tests Initial commit 2024-01-11 10:04:42 +00:00
.drone.yml Initial commit 2024-01-11 10:04:42 +00:00
.gitignore Initial commit 2024-01-11 10:04:42 +00:00
composer.json Initial commit 2024-01-11 10:04:42 +00:00
composer.lock Initial commit 2024-01-11 10:04:42 +00:00
phpcs.xml Initial commit 2024-01-11 10:04:42 +00:00
phpunit.xml Initial commit 2024-01-11 10:04:42 +00:00
README.md Initial commit 2024-01-11 10:04:42 +00:00

model-lib-php

Utilisation

  • Remplacer tous les "model-lib-php" et "ModelLibPhp" par le nom du module
  • Modifier la description dans le fichier composer.json
  • Supprimer ce paragraphe

Installation

Composer

Ajouter les modules communs dans composer.json

{
    "repositories": [{
            "type": "composer",
            "url": "https://git.nwb.fr/api/packages/modules-communs-php/composer"
        }
    ]
}

Lancer la commande

composer require nwb/model-lib-php