Hello all, I try to install Flarum on Ubuntu 20.04. In the last step, trying to load the website in a browser, I get an index page of the flarum folder. From /var/log/apache2 I learned that php encountered a fatal error:
PHP Fatal error: require(): Failed opening required '/var/www/html/flarum/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/html/flarum/site.php on line 22
Then the file site.php says on line 22:
require` DIR.'/vendor/autoload.php';
I could not find any autoload.php on my system.
Any help is appreciated.
Kind regards