Project description

This commit is contained in:
julien
2026-03-28 17:55:37 +01:00
parent 45d2919fa1
commit f9fa65a5bb
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ UPLOADS=tmp/uploads/
CACHE=folder
app.name=F3 Simple Blog
app.tagline=Blog simple avec Fat-Free Framework.
app.tagline=Blog simple avec Fat-Free Framework et SQLite.
[routes]
GET @asset: /min/@file=AssetController->serve

View File

@@ -1,6 +1,6 @@
{
"name": "netig/f3-simple-blog",
"description": "Blog simple avec Fat-Free Framework.",
"description": "Blog simple avec Fat-Free Framework et SQLite.",
"type": "project",
"require": {
"php": "^8.3",

View File

@@ -6,4 +6,4 @@
; app.timezone=Europe/Paris
; app.session_name=f3-simple-blog
; app.name=F3 Simple Blog
; app.tagline=Blog simple avec Fat-Free Framework.
; app.tagline=Blog simple avec Fat-Free Framework et SQLite.