documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Dev docs should mention to set PHPBB_ENVIRONMENT

Open dregad opened this issue 6 months ago • 0 comments

It took me a while to figure out that I needed to set the following in my config.php, to be able to test locally from Git, without having to delete the install/ directory.

@define('PHPBB_ENVIRONMENT', 'development');

It would be nice if that were explained somewhere in the phpBB Development Documentation.

dregad avatar Jun 20 '25 14:06 dregad