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 public
To set up that functionality:
- Create a
resources/pdftemplates
directory - Add the
F-MOD-LABORATORI.pdf
file - Add
template-dottorandi.csv
andtemplate-studenti.csv
, you can look at the ones inresources/pdftemplates-test
for 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 test
composer lint
to view the errors, composer lintfix
to fix them
MIT, however favicon.ico was originally public domain.