Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6320179a authored by Nicolas's avatar Nicolas
Browse files

feat: rename module

parent 795cf911
No related branches found
No related tags found
No related merge requests found
......@@ -6,14 +6,14 @@ Base de travail pour le développement d'un module Magento 2.
Lancer dans le terminal la commande suivante pour configurer le chemin du dépot GIT :
`composer config repositories.nicolasbejean-main git https://lab.frogg.it/bejean-developpement/magento-2/modules/main.git`
`composer config repositories.bejeandeveloppement-main git https://lab.frogg.it/bejean-developpement/magento-2/modules/main.git`
Ensuite, procéder à l'installation avec la commande :
`composer require nicolasbejean/module-main`
`composer require bejeandeveloppement/module-main`
## Licence
[![Copyright 2021-2021 Nicolas Béjean](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)](https://choosealicense.com/licenses/gpl-3.0/).
**NicolasBejean_Main** est créé par Béjean Développement et publié sous la licence [GPL3](https://www.gnu.org/licenses/gpl.html).
**BejeanDeveloppement_Main** est créé par Béjean Développement et publié sous la licence [GPL3](https://www.gnu.org/licenses/gpl.html).
{
"name": "nicolasbejean/module-main",
"name": "bejeandeveloppement/module-main",
"description": "Base de travail pour le développement d'un module Magento 2",
"type": "magento2-module",
"version": "1.2.6",
......@@ -12,7 +12,7 @@
],
"autoload": {
"psr-4": {
"NicolasBejean\\Main\\": ""
"BejeanDeveloppement\\Main\\": ""
},
"files": [
"registration.php"
......
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="NicolasBejean_Main"/>
<module name="BejeanDeveloppement_Main"/>
</config>
......@@ -4,6 +4,6 @@ use \Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'NicolasBejean_Main',
'BejeanDeveloppement_Main',
__DIR__
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment