General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
It doesnt works on this time, on nothing of a folder. Is it possible to get a package installed with sympony. (This is not usefull for newbies or other interesting users if the install procedure is difficult)
The post I wrote also said you can just download it off of their site instead of trying to be fancy on the command line. Anyway, since composer.phar is actually in the phpBB repo now, the first steps are no longer needed. Just copy composer.phar from the root to /phpBB/ and run php composer.phar install. The folder containing php.exe will need to be in your environment PATH for that to work.
It is definitely possible, as I just did this morning. I had to use: php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));" (with CMD in the directory of the phpBB installation) instead of the curl command because I got some odd syntax error. But anyway, after that you just run php composer.phar install
And it does it for you.
I do custom MODs. PM for a quote! View My: MODs | Portfolio Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.
composer.phar is currently located in the top-most folder of the repository. I'm not sure if that is intentional because atm you either have to move it into the phpBB directory or else download it yourself there.
I do custom MODs. PM for a quote! View My: MODs | Portfolio Please do NOT contact for support via PM or email.
Remember, the enemy's gate is down.