├── CHANGELOG.md ├── LICENSE ├── README.md ├── blueprints.yaml ├── form-database.php └── form-database.yaml /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scan5415/grav-plugin-form-database/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scan5415/grav-plugin-form-database/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scan5415/grav-plugin-form-database/HEAD/README.md -------------------------------------------------------------------------------- /blueprints.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scan5415/grav-plugin-form-database/HEAD/blueprints.yaml -------------------------------------------------------------------------------- /form-database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scan5415/grav-plugin-form-database/HEAD/form-database.php -------------------------------------------------------------------------------- /form-database.yaml: -------------------------------------------------------------------------------- 1 | enabled: true 2 | mysql_server: vkazu.ch 3 | --------------------------------------------------------------------------------