But even Having endeavored to try to understand is there are no successful
You can make a guide with images of the whole steps?

ext/
directory in the root installation folder (the same directory as index.php and viewtopic.php), if it does not already exist.ext/{vendor}/{extension}
. Look in the composer.json if you are unsure. The "name"
property is the vendor/extension you should use in your folder structure. For instance, for my [pre]fixed extension, the folder structure would: ext/imkingdavid/prefixed
. You may need to create the vendor folder. Then, simply place the package folder (e.g. 'prefixed') into the vendor folder.ext/{vendor}/{extension}
ext/{vendor}/
ext/{vendor}/{extension}
ext/{vendor}/{extension}
Have the previous issues been settled when trying to do this, eg the issues (sorry can't find the link on area51 atm) I was having with composer and symphony? Pretty sure you know what I am talking about?imkingdavid wrote:
- Install phpBB 3.1 in a local/testing environment.
If I remember correctly, you were having trouble running composer on windows?RMcGirr83 wrote:Have the previous issues been settled when trying to do this, eg the issues (sorry can't find the link on area51 atm) I was having with composer and symphony? Pretty sure you know what I am talking about?imkingdavid wrote:
- Install phpBB 3.1 in a local/testing environment.
The build is done by bamboo which is our continuous integration software. This means every time something is merged into our repository, our automated tests run (which can take a varying amount of time) and that package is re-built. Therefore it's a lot more recent than nightly builds but will still have a small delay behind the repository.imkingdavid wrote:If I remember correctly, you were having trouble running composer on windows?RMcGirr83 wrote:Have the previous issues been settled when trying to do this, eg the issues (sorry can't find the link on area51 atm) I was having with composer and symphony? Pretty sure you know what I am talking about?imkingdavid wrote:
- Install phpBB 3.1 in a local/testing environment.
Regardless, If composer is giving you problems, you can download the latest build which has the vendors folder already set up. The "Latest Repository Builds" are nightly, I believe.
If you need to test something that was merged after the most recent build, you can download the most recent build and download the latest from the repository and then just copy the vendor folder from the build. This will work as long as no new dependencies were added since the latest build. If you desparately need to test it before it is built again, you can ask in #phpbb-dev and someone can send you a vendor folder.