Update PHP version to 8.4 and add property hooks
This commit is contained in:
parent
32449d2edd
commit
673c02d237
14 changed files with 939 additions and 606 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
title = "Articles"
|
||||
menu = true
|
||||
menu_order = 1
|
||||
page_template = "list-card-grid"
|
||||
page_template = "list"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue