Update PHP version to 8.4 and add property hooks

This commit is contained in:
Ruben 2025-11-01 23:33:09 +01:00
parent 32449d2edd
commit 673c02d237
14 changed files with 939 additions and 606 deletions

View file

@ -4,7 +4,7 @@ FolderWeb is designed to be the simplest way to publish content on the web. This
## Installation
FolderWeb requires PHP 8.3+ and Apache with `mod_rewrite` enabled.
FolderWeb requires PHP 8.4+ and Apache with `mod_rewrite` enabled.
### Using Docker (Recommended for Development)

View file

@ -1,4 +1,4 @@
title = "Articles"
menu = true
menu_order = 1
page_template = "list-card-grid"
page_template = "list"