Closed jakubmikita closed 3 years ago
Hey, thanks for this package!
Is there a way to change the installation path of WordPress? Now it installs into wordpress dir in the root of my project.
wordpress
PS. Are there any plans to allow for testing on PHP 8?
I found that WP is installed by Roots, so if anyone wants to change it just add to your composer:
"extra": { "wordpress-install-dir": "your/project/relative/path" },
Hey, thanks for this package!
Is there a way to change the installation path of WordPress? Now it installs into
wordpress
dir in the root of my project.PS. Are there any plans to allow for testing on PHP 8?