Skip to content

Commit 73e9e71

Browse files
Update config.php
1 parent fb11efe commit 73e9e71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@
1919
'features' => ['All Features'],
2020
]
2121
],
22+
23+
'faqs' => [
24+
['q' => 'What is this site?', 'a' => 'A plain PHP demo site.'],
25+
['q' => 'Does it use Laravel?', 'a' => 'Nope. Just raw PHP.'],
26+
['q' => 'Can I use it for learning?', 'a' => 'Absolutely!'],
27+
],
2228
];

0 commit comments

Comments
 (0)