|
|
il y a 1 mois | |
|---|---|---|
| admin | il y a 1 mois | |
| api | il y a 1 mois | |
| assets | il y a 1 mois | |
| bin | il y a 1 mois | |
| config | il y a 1 mois | |
| docs | il y a 1 mois | |
| src | il y a 1 mois | |
| storage | il y a 1 mois | |
| .htaccess | il y a 1 mois | |
| README.md | il y a 1 mois | |
| index.php | il y a 1 mois |
Schlankes PHP-Flatfile-Projekt für einen digitalen Mitgliedsantrag (deutsches Frontend).
index.php im Projekt-Root als Einstiegspunktapi/, admin/, assets/ direkt im Projekt-Rootsrc/ PHP-Logikconfig/ Konfigurationstorage/ Datenablage (JSON, Uploads, Logs)bin/cleanup.php tägliche Bereinigungdocs/ AI-first Dokumentation.htaccess Apache-Schutz und Routingmod_rewrite) und AllowOverride All für das Projekt sicherstellen.storage/ sicherstellen (mind. Webserver-User).config/app.php (Admin-Passwort, Kontakt, Retention)config/mail.php (Absender, Empfänger)php -r "echo password_hash('DEIN-PASSWORT', PASSWORD_DEFAULT), PHP_EOL;"config/app.php -> admin.password_hashpassword_plain_fallback entfernen/leer setzen.php /pfad/zum/projekt/bin/cleanup.phpconfig, src, storage, bin, docs) werden per .htaccess blockiert.//admin/login.php/admin/index.phpLokale PHP-Laufzeit wird benötigt (CLI + Webserver), um Syntaxchecks/Tests auszuführen.