SmarMaker - Documentation
Docs» en» howto» en:howto:premiere_etape

First step: Dolibarr Module Builder

To begin with, let's create a project in Module Builder, for example a “cuckoo” module. The purpose of this module is purely educational.

Once the module has been created, retrieve the source code generated by Module Builder :

cuckoo/
├── admin
│ └── setup.php
├── ajax
│ └── myobject.php
├── backport
│ └── v16
│ └── core
│ └── class
│ └── html.formsetup.class.php
├── build
│ └── makepack-coucou.conf
├── ChangeLog.md
├── COPYING
├── core
│ └── modules
│ └── modCoucou.class.php
├── coucouindex.php
├── img
│ └── README.md
├── langs
│ └── en_US
│ └── coucou.lang
├── lib
│ └── coucou.lib.php
├── modulebuilder.txt
├── README.md
├── sql
│ ├── dolibarr_allversions.sql
│ └── llx_c_action_trigger.sql
└── test
    └── phpunit
        └── functionnal
            └── CuckooFunctionalTest.php

17 directories, 16 files

Next step: smartboot to add dolimobile to your module

Previous Next

SmarMaker - Documentation
This translation is older than the original page and might be outdated. See what has changed.
Translations of this page:
  • Français
  • Deutsch
  • English
  • Español
  • Italiano
  • Nederlands

Table of Contents


  • DoliMobile](/)
    • SmartAuth
    • Back (PHP)
    • Front (React)
    • HowTo first app
      • First step
      • SmartBoot
  • Training
  • Show pagesource
  • Old revisions
  • Backlinks
  • Back to top
  • Log In
en/howto/premiere_etape.txt · Last modified: 2025/09/03 14:45 by caprel