You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a Bedrock project with the command wp valet new my-project --dbprefix=mywp_ --project=bedrock my tables are still with default wp_ prefix.
Any clues ?
The text was updated successfully, but these errors were encountered:
Hey, thanks for bringing this to my attention. This currently isn't implemented for Bedrock installs. The valet command translates DB configuration into values in the .env file which we generate from the .env.example which comes with the project. The optional DB_PREFIX is actually a more recent addition to the example file so I think it just wasn't there when support for Bedrock was originally added.
Should have a fix for this one soonish, but you're welcome to try your hand at a PR too :)
aaemnnosttv
changed the title
DBPREFIX option is non-operational
valet new with dbprefix option does not work for Bedrock installs
May 15, 2018
When I create a Bedrock project with the command
wp valet new my-project --dbprefix=mywp_ --project=bedrock
my tables are still with defaultwp_
prefix.Any clues ?
The text was updated successfully, but these errors were encountered: