Creatore e Rimuovitore Autogestito di Utenti che Tutto Offre
Administration panel, self-service account management for users, user registration and other bits and bobs. Connects to an LDAP backend and possibly some day in the future to Keycloak via APIs.
composer install
# The defaults are good for development, change them for production
cp config/config-example.php config/config.php
php -S localhost:8777 -t publicTo set up that functionality:
- Create a
resources/pdftemplatesdirectory - Add the
F-MOD-LABORATORI.pdffile - Add
template-dottorandi.csvandtemplate-studenti.csv, you can look at the ones inresources/pdftemplates-testfor examples
F-MOD-LABORATORI.pdf must be converted to PDF 1.4 or PDF/A, PDF 1.5 will fail with an error since FPDF cannot parse it.
composer testcomposer lint to view the errors, composer lintfix to fix them
MIT, however favicon.ico was originally public domain.