Vano04 I get this error: Your requirements could not be resolved to an installable set of packages. I have all packages installed and to install I use this command: php composer.phar create-project flarum/flarum --stability=beta I don't know what's wrong.
jordanjay29 Your install command is missing a key component. Please use php composer.phar create-project flarum/flarum . --stability=beta instead. The . stands for the current folder, so you will need to change this to an empty folder (or install composer globally to install in the current folder you wish.