How i can do it?
I just download latest release from github - https://github.com/flarum/flarum/releases
Unzip and upload to public_html directory. Trying to connect and it causes error:
Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in /public_html/index.php on line 12
Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.:/opt/php-7.0/pear') in public_html/index.php on line 12
Yes, i have PHP 7.0v. How can i fix it? Or what i do wrong? Thanks.