I've already added between the head
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
, what do you think is a good solution?
config.php
<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'blog',
'username' => 'bloguser',
'password' => 'sebastian',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'port' => '3306',
'strict' => false,
),
'url' => 'http://forum.localhost',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);