wp-multitenancy-boilerplate
wp-multitenancy-boilerplate copied to clipboard
Error while installing
I'm getting this error while running command: composer create-project handpressed/wp-multitenancy-boilerplate:dev-main {directory}
Creating a "handpressed/wp-multitenancy-boilerplate:dev-main" project at "./" Info from https://repo.packagist.org: #StandWithUkraine Installing handpressed/wp-multitenancy-boilerplate (dev-main a3d4c1d71a5228f985366c5e6918184defc7ee86)
- Installing handpressed/wp-multitenancy-boilerplate (dev-main a3d4c1d): Extracting archive Created project in C:\Users\dharmendra\Desktop\web\main\localDev\test. Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 0 updates, 0 removals
- Locking composer/installers (v1.12.0)
- Locking johnpbloch/wordpress (5.9.3)
- Locking johnpbloch/wordpress-core (5.9.3)
- Locking johnpbloch/wordpress-core-installer (2.0.0)
- Locking oscarotero/env (v1.2.0)
- Locking roots/wp-password-bcrypt (1.0.0)
- Locking symfony/polyfill-ctype (v1.25.0)
- Locking vlucas/phpdotenv (v2.6.9) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 8 installs, 0 updates, 0 removals
- Installing johnpbloch/wordpress-core-installer (2.0.0): Extracting archive
- Installing composer/installers (v1.12.0): Extracting archive
- Installing johnpbloch/wordpress-core (5.9.3): Extracting archive
- Installing johnpbloch/wordpress (5.9.3): Extracting archive
- Installing symfony/polyfill-ctype (v1.25.0): Extracting archive
- Installing oscarotero/env (v1.2.0): Extracting archive
- Installing roots/wp-password-bcrypt (1.0.0): Extracting archive
- Installing vlucas/phpdotenv (v2.6.9): Extracting archive
2 package suggestions were added by new dependencies, use
composer suggest
to see details. Generating autoload files 3 packages you are using are looking for funding. Use thecomposer fund
command to find out more!
composer run generate-salts echo '<?php' > conf/wp-salts.php && curl -L https://api.wordpress.org/secret-key/1.1/salt/ >> conf/wp-salts.php The filename, directory name, or volume label syntax is incorrect. Script echo '<?php' > conf/wp-salts.php && curl -L https://api.wordpress.org/secret-key/1.1/salt/ >> conf/wp-salts.php handling the generate-salts event returned with error code 1 Script composer run generate-salts handling the post-create-project-cmd event returned with error code 1