Flarumun kurulumunu Cpanel -de yaptım.
Terminali açıp composer create-project flarum/flarum bu kodu yazdım. Public_html klasörüne /flarum klasörü yaratıp, tüm dosyaları onin içine atmış. siteadı.doman/flarum böyle giriş yapa biliyordum. Bende flarum klasöründekileri dışına taşıdım ve siteadı.doman yazdığımda çalıştı ancaq /flarum/flarum flarum klasöründe fllarum isimli bir dosya kaldı. içinde bunlar yazıyor:
`#!/usr/bin/env php
<?php
/*
- This file is part of Flarum.
*
- For detailed copyright and license information, please view the
- LICENSE file that was distributed with this source code.
*/
$site = require ‘site.php’;
/*
|——————————————————————————-
| Interpret console arguments
|——————————————————————————-
|
| Flarum’s console interprets all command-line arguments to select and then
| execute corresponding commands for certain administrative tasks.
|
*/
$server = new Flarum\Console\Server($site);
$server->listen();
`
Sizce doğrumu yaptım?