aaemnnosttv / wp-cli-valet-command

Harness the power of Laravel Valet for creating fully functional WordPress installs in seconds.
https://aaemnnost.tv/wp-cli-commands/valet/
299 stars 31 forks source link

Install fails with sqlite if core download with skip-content #51

Closed aaemnnosttv closed 5 years ago

aaemnnosttv commented 5 years ago

Install fails if skip-content is enabled via the wp-cli.yml config file:

core download:
    skip-content: true

This causes the copy to fail as the wp-content directory will not exist.