Project description
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user