PHP code example of thelia / facturx-module
1. Go to this page and download the library: Download thelia/facturx-module library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
thelia / facturx-module example snippets
bash
composer odule:activate FacturX
php Thelia cache:clear
FacturX/
├── composer.json
├── FacturX.php
├── Config/
│ ├── module.xml
│ └── config.xml
├── EventListener/
│ └── InvoicePdfListener.php
├── Service/
│ └── FacturXService.php
├── Form/
│ └── ConfigurationForm.php
├── Controller/
│ └── Admin/
│ └── ConfigurationController.php
├── I18n/
│ ├── fr_FR.php
│ └── en_US.php
└── templates/
└── backOffice/
└── default/
└── facturx-configuration.html