Dear Flarumians,
I am trying to install Flarum into a custom directory using composer.
I know the default composer code to install Flarum is:
composer create-project flarum/flarum .
My question is, what if I want to install Flarum into a sub-directory called "Forum":
I.e: Root/MyWebsite/Forum
How do I tell "Composer" to install Flarum into the "Forum" directory?
As in... what's the "composer code" for me to do this? I hope that makes sense? 🦄
Would it be something like this
composer create-project flarum/flarum . Install it in Root/MyWebsite/Forum 😄